Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
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.
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.