You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
It would be nice to be able to set the alt and title attribute on an <img /> using the Bloomer Image component because of SEO, screen readers and stuff. As of now, attributes added will only be rendered on the <figure /> tag.
The text was updated successfully, but these errors were encountered:
Yes, you're right 🤔
Right now we pass all attributes to figure. We need to figure out (pun intended) a clever way on how to pass attributes to img tag.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to be able to set the
alt
andtitle
attribute on an<img />
using the Bloomer Image component because of SEO, screen readers and stuff. As of now, attributes added will only be rendered on the<figure />
tag.The text was updated successfully, but these errors were encountered: