dkern / jquery.lazy

A lightweight, fast, feature-rich, powerful and highly configurable delayed content, image and background lazy loading plugin for jQuery & Zepto.
http://jquery.eisbehr.de/lazy
Other
1.02k stars 237 forks source link

lazy load for Horizontal Scroll without fixed width #187

Closed hendrikleper closed 5 years ago

hendrikleper commented 5 years ago

Hi, Is there a solution to implement jquery.lazy for a horizontal scroll with images that have irregular dimensions (width and height)?

Thanks, Hendrik

dkern commented 5 years ago

Yes, if they have a width an height it doesn't matter if they are different. And horizontal scroll is supported too.

hendrikleper commented 5 years ago

👍 Thanks.