一款基于html5实现的手机触屏幻灯片切换代码,手机移动端LightBox幻灯片图片轮播插件下载。
js代码
<script src=\"js/jquery-2.1.1.min.js\" type=\"text/javascript\"></script> <script type=\"text/javascript\"> $(document).ready(function(){ $(\'#lightgallery\').lightGallery(); }); </script> <script src=\"js/picturefill.min.js\"></script> <script src=\"dist/js/lightgallery.js\"></script> <script src=\"dist/js/lg-fullscreen.js\"></script> <script src=\"dist/js/lg-thumbnail.js\"></script> <script src=\"dist/js/lg-video.js\"></script> <script src=\"dist/js/lg-autoplay.js\"></script> <script src=\"dist/js/lg-zoom.js\"></script> <script src=\"dist/js/lg-hash.js\"></script> <script src=\"dist/js/lg-pager.js\"></script> <script src=\"js/jquery.mousewheel.min.js\"></script>
暂无评论内容