官网:https://photoswipe.com/
代码下载地址:
http://down.51cto.com/data/2303672
在移动端开发时使用photoswipe插件报错 Uncaught TypeError: Cannot read property 'x' of undefined
https://www.cnblogs.com/zxlshare/p/6472418.html
//处理:photoswipe插件报错 Uncaught TypeError: Cannot read property 'x' of undefined
function setpic() {
$(".demo-gallery img").each(function () {
var imgs = new Image();
imgs.src = $(this).attr("src");
var w = imgs.width * 10, h = imgs.height * 10;
$(this).parent("a").attr("data-size", "").attr("data-size", w + "x" + h);
})
}
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。