Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Slider images won’t fade with .png Re: Slider images won’t fade with .png

#124226
Kitty Giraudel
Participant

I’m pretty sure it has nothing to do with PNG. Have you tried using JPG to affirm this statement?

Edit: okay, it has to do with PNG transparency. The problem is that the previous image only disappears when the current image opacity is set to 1.

When using opaque images, it’s not a problem since the current image is on top of the previous one.
When using transparent PNG however, we still can see the image below. I guess you will have to edit the code of the plugin in order to make this work.