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

Improve Preview Image Handling #78

Open
2 tasks
bemayr opened this issue Oct 24, 2022 · 0 comments
Open
2 tasks

Improve Preview Image Handling #78

bemayr opened this issue Oct 24, 2022 · 0 comments
Assignees
Labels
phase:idea This issue is still in ideation phase scope:web Concerns the Website type:feature Additional feature that should be added

Comments

@bemayr
Copy link
Owner

bemayr commented Oct 24, 2022

Problem Description

The current preview images does not resize the images accordingly and does not provide alt-text for a11y reasons.

Idea

Utilizing @11ty/eleventy-img we could automatically preprocess the images and extract the alt-text out of its exif data to generate a shape like:

[
  {
    imageUrl: "<url>",
    thumbnailUrl: "<url>",
    meta: "<meta text>"
  },
  {
    "//": "..."
  }
]

References

@bemayr bemayr added the scope:web Concerns the Website label Oct 24, 2022
@bemayr bemayr added this to the 2.0 Prerelease milestone Oct 24, 2022
@bemayr bemayr self-assigned this Oct 24, 2022
@bemayr bemayr added phase:idea This issue is still in ideation phase type:feature Additional feature that should be added labels Nov 23, 2022
@bemayr bemayr removed this from the 2.0 Prerelease milestone Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
phase:idea This issue is still in ideation phase scope:web Concerns the Website type:feature Additional feature that should be added
Projects
None yet
Development

No branches or pull requests

1 participant