Luce Digitale/JQ Sunny Image Slideshow – Plugin
DEMODOWNLOAD SUNNY SLIDESHOW PLUGIN
——
Version: 1.0
——
License:
Luce Digitale/JQ Sunny Image Slideshow
Author: Andrea Tonin – http://blog.lucedigitale.com
This code come with absolutely no warranty
If you use this plugin give a like to https://www.facebook.com/lucedigitale and do not remove credits inside the code
Thanks in advance
——
A JQuery Slideshow PlugIn made by Andrea Tonin of “Luce Digitale” really easy to use!
How to install:
<!DOCTYPE html> <html> <head> <title>Luce Digitale/JQ Sunny Slideshow DEMO</title> <script type="text/javascript" src="jquery-2.0.3.js"></script> <script type="text/javascript" src="sunny-slideshow-plugin.js"></script> </head> <body> <!-- Sunny Slideshow START --> <!-- If JQuery do not work you see only the first image "slide-800x450-1.jpg" --> <div class="sunnyslideshow"> <img src="slide-800x450-1.jpg" /> <img src="slide-800x450-2.jpg" /> <img src="slide-800x450-3.jpg" /> <img src="slide-800x450-4.jpg" /> </div> <!-- Sunny Slideshow END --> </body> </html>
——
Installation:
——
1. Load JQuery Libraries
2. Load the Sunny Slideshow plugin
3. Create a div with class= sunnyslideshow
4. Setup the style sheet: sunny-slideshow-plugin.css
5. Enjoy!