Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
How we make this gallery work with data-srcset instead of img src?
Or which responsive images approach would you suggest? I tend to think lazysizes is the best out there.
Actually the reason because it wasn't working, if anyone is interested, it's because the images were not wrapped in a <a> tag. See #195 and the examples posted there.
Hello,
I don't find anywhere a documentation to integrate this gallery with a responsive images solution, such as lazysizes.
I did some tests but they are not working: https://s.codepen.io/rootion/debug/ORPAxy
How we make this gallery work with
data-srcset
instead ofimg src
? Or which responsive images approach would you suggest? I tend to think lazysizes is the best out there.