ondemand lazy loading sometimes fails to load some images
If you are using ondemand lazy loading and the number of slides doesn't divide evenly into your slidesToShow/slidesToScroll, then skipping directly to the last page will make it so some of the images end up not rendering.
In this example, I'm using 7 images, showing 3 images at a time and sliding 3 images at a time. That means that page 3 should have the 5th, 6th, and 7th image. If you scroll one page at a time, that's what you'll get. However, if you skip directly to the last page, you'll see two blank spots before the 7th image, like in this picture:

Note
FWIW, the template for submitting an issue suggests a sandbox with broken CSS - it looks like you can't add separate head and body tags, but you can still add the css via HTML, like in this sandbox, or you can add it in index.css using @import.
Same here, I think a simple fix is to trigger second last page rendering whenever we visit the last page.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Maybe I can take a look at this next week. Hopefully it's a simple fix
oh no, i still have the same error, please help me
@phu1710 would you mind taking a look at #1661 to see if that helps? Looks like it was over 2 years ago when I made the PR, so it's been a while since I used it, but it doesn't look like that logic has changed since then, so it should still be relevant. I just updated with the latest code and fixed the merge conflicts.