henrygd / bigger-picture

JavaScript lightbox gallery for images, video, audio, iframes, html. Zoomable, responsive, accessible, lightweight.
https://biggerpicture.henrygd.me
MIT License
231 stars 17 forks source link

avif webm #35

Closed kasperkamperman closed 11 months ago

kasperkamperman commented 1 year ago

I'm looking for a lightbox solution offering support for avif/webm and fallback. So support of picture tag. Does your solution support this?

henrygd commented 11 months ago

It does not. It just uses an img tag with a srcset, so to achieve this you'd have to use a uniform URL and have the server or cdn figure out the optimal format.

Maybe something to consider for the future.