- Description
To make the slider work jquery.cycle.all.min.js file is used
” 江苏稻草熊影业成立之后,第一个大项目就是《新白发魔女传》。
<div id="YourSlideshowID"> <img src="YourImage.jpg" alt=""> <img src="YourImage.jpg" alt=""> <img src="YourImage.jpg" alt=""> ... </div>
To add more images to the slider duplicate the following code:
<img src="YourImage.jpg" alt="">
Using the src attribute define the path to the image file.
到底怎么玩?守护袁昆就以目前最流行的自媒体平台为例给大家介绍 。
$('#YourSlideshowID').cycle({ fx:'TheEffectYouChoosed'});
To initialize the slider input the slider block ID($('#YourSlideshowID')) and animation effect you want to use (fx:'TheEffectYouChoosed').