这是一款基于shutter.js制作多种幻灯片轮播切换特效,jQuery圆角百叶窗图片轮播代码。
js代码
<script src="https://img.x22t.com/file/2020/04/25/5012489db68727cd7dd267139160a4855549.js"></script> <script src="https://img.x22t.com/file/2020/04/25/5e921465e325911d88644ee3d5b103ab8082.js"></script> <script> $(function () { $(".shutter").shutter({ shutterW: 1000, // 容器宽度 shutterH: 358, // 容器高度 isAutoPlay: true, // 是否自动播放 playInterval: 3000, // 自动播放时间 curDisplay: 3, // 当前显示页 fullPage: false // 是否全屏展示 }); }); </script>
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)