We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/sandbox/swiper-lazy-load-images-forked-i41wik?file=%2Findex.html%3A60%2C47
Preconditions:
Stepping forwards through the slides from the initial slide clears loading=lazy from the images ahead of the current slide.
Stepping backwards through the slides from the initial slide does not clear loading=lazy from images in or before the current slide
May be a problem here
swiper/src/shared/process-lazy-preloader.js
Line 40 in a8fc1df
Images in or prior to the current slide should have loading=lazy removed
Images in or prior to the current slide don't have loading=lazy removed
9.3.2
Ubuntu 22.04, , Mozilla Firefox 113.0.1, Chromium 113.0.5672.63
The text was updated successfully, but these errors were encountered:
d2f718c
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-lazy-load-images-forked-i41wik?file=%2Findex.html%3A60%2C47
Bug description
Preconditions:
Stepping forwards through the slides from the initial slide clears loading=lazy from the images ahead of the current slide.
Stepping backwards through the slides from the initial slide does not clear loading=lazy from images in or before the current slide
May be a problem here
swiper/src/shared/process-lazy-preloader.js
Line 40 in a8fc1df
Expected Behavior
Images in or prior to the current slide should have loading=lazy removed
Actual Behavior
Images in or prior to the current slide don't have loading=lazy removed
Swiper version
9.3.2
Platform/Target and Browser Versions
Ubuntu 22.04, , Mozilla Firefox 113.0.1, Chromium 113.0.5672.63
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: