插件下载地址:
链接: https://pan.baidu.com/s/1UQZx68h2HlUkkM-9ZAlIig?pwd=imqb
提取码: imqb
插件下载地址:
<link href="/插件路径/css/css.css" type="text/css" rel="stylesheet" /> <script src="/插件路径/js/jqueryLibrary.min.js"></script> <script src="/插件路径/jquery.imgbox.pack.js"></script> <script> $(function(){ //默认放大效果 // $(".example1").imgbox(); //.Con img为你的类标签 $(".Con img").imgbox({ 'speedIn' : 0, 'speedOut' : 0, 'alignment' : 'center', 'overlayShow' : true, 'allowMultiple' : false }); }); </script>