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

Extract and display EXIF data when appropriate #29

Open
numist opened this issue Aug 26, 2022 · 1 comment
Open

Extract and display EXIF data when appropriate #29

numist opened this issue Aug 26, 2022 · 1 comment

Comments

@numist
Copy link
Owner

numist commented Aug 26, 2022

Seems like some Javascript could find <img> tags that are enclosed in a <figure> without a <figcaption> and use exif-js to inject a caption with the nerdy details.

Elaine was doing something like this for a while on diplograph.net, though no longer.

<figure>
    <img src='image.jpg' alt='missing' />
    <figcaption>Caption goes here</figcaption>
</figure>
@numist
Copy link
Owner Author

numist commented Dec 31, 2023

Thinking there should just be a proof sheet page where each image has an "expand" button (on hover, like code blocks) that pulls up a shadowbox with the full size image and details.

Expand button design inspiration via Substack, ref:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant