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
I love lazy loading in Slick Slider, but it doesn't work correctly if you're using responsive images with a "srcset" attribute, because modern browsers override the "src" with a value from "srcset".
Right now, Slick gets the value of "data-lazy" and puts it into "src" when the slide is navigated to. Would it be possible to load "data-lazysrcset" into the "srcset" attribute as well?
The text was updated successfully, but these errors were encountered:
I love lazy loading in Slick Slider, but it doesn't work correctly if you're using responsive images with a "srcset" attribute, because modern browsers override the "src" with a value from "srcset".
Right now, Slick gets the value of "data-lazy" and puts it into "src" when the slide is navigated to. Would it be possible to load "data-lazysrcset" into the "srcset" attribute as well?
The text was updated successfully, but these errors were encountered: