I'm using lightgallery.js on this site:
https://weareholis.org/lab/projects/placestogrowFor the lightbox view the site is loading unnecessarily huge versions of the images.
I'm pulling the images from Hygraph CMS into a data-src tag of a div (I assume the problem is that it's not an img with an src tag, but I can't do that with Lightgallery).
Lightgallery supports responsive images with a data-srcset tag, but I'm not sure how to work with that in Webstudio
https://www.lightgalleryjs.com/demos/responsive/. Could anyone help me with that?