mkdocs-glightbox icon indicating copy to clipboard operation
mkdocs-glightbox copied to clipboard

Responsive image support

Open johnnovak opened this issue 1 year ago • 1 comments

glightbox itself supports the data-srcset and data-sizes attributes for responsive images, could you please add support for that?

Check the last example here: https://github.com/biati-digital/glightbox/blob/master/README.md

johnnovak avatar Apr 09 '23 03:04 johnnovak

@johnnovak I was able to use this technique to get responsive images. It requires attr_list

![alt-text](/images/file.png){srcset="/thumbs/file.png 400w"}

kinostl avatar Jul 25 '23 09:07 kinostl