jQuery动画弹出放大相册图片预览插件
252
0
jQuery相册预览插件jQuery图片放大预览

一款很大气的jQuery动画弹出放大相册图片预览插件,带有多种不同的弹出动画效果,鼠标滑过动画效果也不错。
<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript">
if (/iP(hone|od|ad)/.test(navigator.platform)) {
$('*').css({
"cursor": "pointer"
});
}
$('.preloader').delay(3500).fadeOut(600);
$(document).ready(function () {
$('.magnificPopup__Box').magnificPopup({
delegate: 'a',
type: 'image',
removalDelay: 300,
callbacks: {
beforeOpen: function () {
this.st.image.markup = this.st.image.markup.replace('mfp-figure', 'mfp-figure magnificPopup__Animus');
this.st.mainClass = this.st.el.attr('data-effect');
}
},
closeOnContentClick: true,
midClick: true
})
});
</script>热点素材
- 2,3821
- 2,3270
- 2,26712
- 2,2073
- 2,0931





