silencesys / silentbox

A lightbox inspired Vue.js component.
https://silentbox.rocek.dev
MIT License
296 stars 50 forks source link

🌟 Added srcSet attribute to images to allow responsive images. #41

Closed ArmanNik closed 3 years ago

ArmanNik commented 3 years ago

Added the possibility to select a srcSet attribute for the images shown in the overlay. This way it's possible to have responsive images :)

If no srcSet is selected, it will fall back to the image src.

silencesys commented 3 years ago

Hey, thanks for your contribution!