You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 3.2.0 there are available custom attributes.
You can add srcset using data- prefix: <a data-fslightbox="gallery" data-srcset="img/second.jpg 2x, img/third.jpg 3x" href="first.jpg"></a>
Especially on mobile it would be a performance advantage if the Lightbox would supports the img srcset and thus reduces the loading time for the user.
The text was updated successfully, but these errors were encountered: