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://codepen.io/dijkermans/pen/vYRzzLb
Hi,
The slider skips a lazy load image in this case; in below example "image04.jpg" is not preloaded but e.g. image05 is preloaded:
https://snipboard.io/BlRwkW.jpg
looks like "watchSlidesProgress:true" is causing the issue but I need it because of the "right click on link resets slider"-bug: #5814
Regards.
lazy images preloaded, respecting loadPrevNextAmount
image04 skipped from preloading which results in loading-flicker
8.3.2
win10 / chrome 104
The text was updated successfully, but these errors were encountered:
Swiper v9 doesn't lazy module anymore. If you have similar issues in Swiper 9, open a new issue with a CodeSandbox showing the issue.
Sorry, something went wrong.
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codepen.io/dijkermans/pen/vYRzzLb
Bug description
Hi,
The slider skips a lazy load image in this case; in below example "image04.jpg" is not preloaded but e.g. image05 is preloaded:
https://snipboard.io/BlRwkW.jpg
looks like "watchSlidesProgress:true" is causing the issue but I need it because of the "right click on link resets slider"-bug: #5814
Regards.
Expected Behavior
lazy images preloaded, respecting loadPrevNextAmount
Actual Behavior
image04 skipped from preloading which results in loading-flicker
Swiper version
8.3.2
Platform/Target and Browser Versions
win10 / chrome 104
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: