publishpress / PublishPress-Blocks

PublishPress Blocks adds the missing blocks and configuration you need to build professional websites. Take the control of the new Gutenberg editor with user edition profile configuration and 20+ new blocks and options.
14 stars 8 forks source link

Switch div to img tag to support alt attribute #1271

Open htmgarcia opened 1 year ago

htmgarcia commented 1 year ago

Current Image block output the image as background through a div. Using this approach we're missing the alt attribute due is not allowed in div tags.

Related to https://wordpress.org/support/topic/image-alt-tag-2/