开发者

how to apply jquery lazy loading for second set of images?

开发者 https://www.devze.com 2023-01-19 23:07 出处:网络
I am using this jquery\'s lazy loader plugin to lazy load bunch of thumbnails. What will happen if I apply lazy loader to smaller thumbnail images first,

I am using this jquery's lazy loader plugin to lazy load bunch of thumbnails. What will happen if I apply lazy loader to smaller thumbnail images first, and then dynamically change those smaller thumbnail images to something larger by changing src开发者_如何转开发 attribute of img.

I want to implement this zoom in/zoom out feature to thumbnail images, how do u make this lazy loading work for those larger image which will load after initial smaller ones ?

0

精彩评论

暂无评论...
验证码 换一张
取 消