39c0 PNG images in joomla jquery slideshow
  • Visual SlideShow

  • FAQ

Is it possible to use transparent PNG images in joomla jquery slideshow?

Q: I downloaded your VisualSlideShow app. I'm testing it now.
It's really necessary to get Picture as an PNG and not always JPEG. Maybe the possibility to let it sharpen the pictures a little, a little more and NONE would be a help.

A: You can change JPG images on PNG ones manually.

1) Upload your .png images to data/images folder
2) Change image format in generated html code. For example:

...
<a href=""><img id="slide-0" src="data/images/image1.jpg" alt="image1" title="image1" /></a>
...


should be:

...
<a href=""><img id="slide-0" src="data/images/image1.png" alt="image1" title="image1" /></a>
...


Try this.

Related

0