- Description
-
To make the slider work jquery.cycle.all.min.js file is used
The HTML Slideshow Structure:
<div id="YourSlideshowID"> <img src="YourImage.jpg" alt="中文字幕日产乱码一二三区"> <img src="YourImage.jpg" alt="芒果中文字幕一至6区"> <img src="YourImage.jpg" alt="中文字幕日产乱码六区"> ... </div>
To add 更多 images to the slider duplicate the following code:
<img src="YourImage.jpg" alt="中文乱码永远有效2020">
Using the src attribute define the path to the image file.
Basic initialization:
$('#YourSlideshowID').cycle({ fx:'TheEffectYouChoosed'});
To initialize the slider input the slider block ID($('#YourSlideshowID')) and animation effect you want to use (fx:'TheEffectYouChoosed').