Skip to content
New issue

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

Lazy loading not working with Siema image carousel #580

Closed
Bammede opened this issue Sep 18, 2022 · 1 comment
Closed

Lazy loading not working with Siema image carousel #580

Bammede opened this issue Sep 18, 2022 · 1 comment

Comments

@Bammede
Copy link

Bammede commented Sep 18, 2022

Is your support request related to a problem? Please describe.
A clear and concise description of what the problem is.

To Reproduce
Steps to reproduce the behavior:

Behavior
Lazy loading works when images go the the right, lazy loading doesn't work after few images (images not showing) when images go to the left.

LazyLoad version

  • Version 17.8.3

Desktop (please complete the following information):

  • OS: [Windows
  • Browser [Chrome, Brave]
  • Version Brave 1.43.93
@peixotorms
Copy link

peixotorms commented Jan 26, 2023

Siema is apparently abandonware, but probably you just need a callback to update (reveal) the lazy loaded images.

// start lazy loading
var lzimg = new LazyLoad({ threshold: 300, elements_selector: "img.yourselector", ... });
// update lazy loading on slide change
new Siema({ .. ,  onChange: () => { lzimg.update(); }, });

@Bammede Bammede closed this as completed Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants