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

Hide an image in a album (but still process it and allow it as a thumbnail) #466

Open
thedaveCA opened this issue May 16, 2022 · 0 comments

Comments

@thedaveCA
Copy link

I'd like to be able to hide an image in a album, but still have the image available as a resized thumbnail.

Use case

I'd like to create thumbnails for specific albums by cropping a high resolution image to focus/highlight a specific part of the image, but I don't want the thumbnail actually displayed in the album when viewed.

Example implementation:

index.md
thumbnail: mythumb.jpeg

mythumb.md
hidden: true

Alternatively, even a "hide_thumbnail: true" in index.md would be fine, although I can imagine cases where you might want to hide other images.

Thoughts

To simplify for the user, I would still like the thumbnail to be processed/resized as needed, for example, a user might crop a 4000x4000 image to 1000x750, but my thumbnails are (280, 210), the user shouldn't need to know the details of the theme and the theme might change in the future.

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