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
With EffectFade enabled, images no longer lazy load.
For larger sliders, this can ruin page speed. As is unfortunately the case for me.
A suggestion for a work around for this was to set non critical slides to visibility: hidden, which for me breaks the functionality of the entire slider.
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/devbox/swiper-react-lazy-load-images-forked-t3dd5z?file=%2Fsrc%2FApp.jsx%3A14%2C92
Bug description
With EffectFade enabled, images no longer lazy load.
For larger sliders, this can ruin page speed. As is unfortunately the case for me.
A suggestion for a work around for this was to set non critical slides to
visibility: hidden
, which for me breaks the functionality of the entire slider.Expected Behavior
I would expect images to lazy load.
Actual Behavior
Images do not lazy load.
Swiper version
^11.0.5
Platform/Target and Browser Versions
Windows, Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: