Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: I selected GIF files for inclusion into the compile program as to be able to use the transparent background. When published into the data resources they were in jpg, turning the background white. Is there a way to maintain the transparent features in the slide?
A: You can change JPG images on GIF 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.gif" alt="image1" title="image1" /></a>
...
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.