-
Notifications
You must be signed in to change notification settings - Fork 5
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
CurrentlySelected does not work anymore #6
Comments
Same here.
|
Try with this. |
Thank you for your insights. With some tweaking I got it to work perfectly with this Javascript below:
As you said, first we overwrite the lazy loading so all images are loaded by default, only then we do the scrollTo animation. A nice solution, hope it can get implemented in the package soon @MostafaMDZH Might be a good thing to make lazyloading an optional parameter that people can add to the new ImageViewer object. |
When you use currently selected, it still shows the first image. (This bug is also now live on the demo page if you press the currrentlySelected demo box)
The thumbnails selects the second image and the title says "Beach" but the image shows the firework display.
In a previous opened issue it was said that it only affected edge but I also have it in chrome.
Safari has the image half way:
The text was updated successfully, but these errors were encountered: