henrygd / bigpicture

Lightweight JavaScript image / video viewer. Supports Youtube, Vimeo, etc.
https://henrygd.me/bigpicture
MIT License
818 stars 76 forks source link

Feature request. support for responsive images by using srcset attribute #43

Open navanshu opened 4 years ago

navanshu commented 4 years ago

img/1-200.jpg 220w, img/1-800.jpg 820w

henrygd commented 4 years ago

Been meaning to implement a solution for responsive images for a while. srcset is kind of confusing imo so don't know if it should be based on that, but I'll add it at some point.