官網:https://photoswipe.com/html
代碼下載地址:
http://down.51cto.com/data/2303672ide
在移動端開發時使用photoswipe插件報錯 Uncaught TypeError: Cannot read property 'x' of undefinedthis
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); }) }