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-v6nxf9?file=%2Findex.html%3A128%2C11
Preconditions:
Initial slide at index 0 lazyPreloadPrevNext > 0
grid: { rows: > 1, fill: "row" }
LazyPreloadPrevNext is preloading slides as if there where contiguous instead of taking in account the grid layout.
It should remove loading=lazy from the correct slides.
It remove loading=lazy removed from the wrong slides (contiguous slides).
9.3.2
macOS 13.0.1 (22A400) intel, chrome 113.0.5672.77 (Official Build) (x86_x64)
The text was updated successfully, but these errors were encountered:
883f006
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-lazy-load-images-forked-v6nxf9?file=%2Findex.html%3A128%2C11
Bug description
Preconditions:
Initial slide at index 0
lazyPreloadPrevNext > 0
LazyPreloadPrevNext is preloading slides as if there where contiguous instead of taking in account the grid layout.
Expected Behavior
It should remove loading=lazy from the correct slides.
Actual Behavior
It remove loading=lazy removed from the wrong slides (contiguous slides).
Swiper version
9.3.2
Platform/Target and Browser Versions
macOS 13.0.1 (22A400) intel, chrome 113.0.5672.77 (Official Build) (x86_x64)
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: