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

Improving how we handle images - better accessibility and click to enlarge image #144

Open
chayes-scottlogic opened this issue Dec 18, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@chayes-scottlogic
Copy link
Contributor

It would be great if we could do the following:

  1. Allow users to click on images included in a blog post to enlarge them: While they can view the image in a new tab, it would be nice to have a way of enabling users to enlarge images while remaining on the page. There isn't a way to do this currently and this can make images difficult to view without zooming in.
  2. Accessibility considerations: While Alt Text is included, it would be good to provide users with more information about what the image contains. If there was a way to include an image description that would be ideal.
@jcarstairs-scottlogic
Copy link
Contributor

Hi Charlotte!

(1) sounds like an interesting technical challenge ;) Can you give an example of how this would be useful?

Technical note: If we manage to get #133 merged, we'll be able to write custom plugins. I can imagine a solution where we post-process generated HTML and transform <img> elements into something slightly fancier, like the images which become dialogs on click on Rick Viscomi's blog.

Re (2): What's the problem needing solved here? Why/when doesn't image + alt text provide all the information you need?

@chayes-scottlogic
Copy link
Contributor Author

chayes-scottlogic commented Dec 20, 2023 via email

@jcarstairs-scottlogic
Copy link
Contributor

Noting this for later: one way to implement an image you can click on to enlarge

@ColinEberhardt ColinEberhardt added the enhancement New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants