-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Rendered screenshots overflow the default WordPress theme width. After some experimentation, and having reviewed the latest WordPress Codex docs, I suggest the following changes to the markup that the plugin outputs:
- Change the wrapping
divto afigureelement - Hard-code that
figureelement with thewp-block-imageclass - Update the plugin settings page text accordingly
This should allow outputted images to be as compatible as possible with modern WordPress coding standards and the majority of themes, while still allowing users to override the outer and inner elements if necessary.
Reactions are currently unavailable