-
Notifications
You must be signed in to change notification settings - Fork 25
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
Thumbnail + Full size options? #5
Comments
Thank you, I am pleased that this is useful. Thanks for your recommendation, I considered it initially, but the goal of using large images as thumbnails is not to have a double load of images, what would be the objective and / or benefit of adding small images as thumbnails? |
I understand your point of view and I agree. I guess what I was requesting is having a feature to lazy load larger versions of the image when a user clicks on the thumbnail instead of using the hires images as thumbnails and full size images all in one go .In most cases, a photo gallery will consist of hundreds of phots on one page and having to load all the hi-res versions in on go isn't the best purely because of page load times and bandwidth. This feature will be extremely helpful for static sites where in most cases there will be thumbnail images based on the original images. Also, thank you for taking the time out to replying to this request :-) |
I understand, i'm going to work on this feature in next days, thanks for your request! |
I made some modifications to grid-gallery.js to load the thumbnails (_thumb) in the grid view, but when a photo is clicked the full size is loaded:
|
Thanks @harmenhoek, it works like a treat. |
Firstly thank you for creating this. Absolutely love it!
Feature Request : Ability to specify a thumbnail/small image with a full size image as a popup instead of using full size images as thumbnails. Possibly using data-* attributes for the source of the large image?
The text was updated successfully, but these errors were encountered: