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
Before submitting an issue please check that you’ve completed the following steps:
Made sure you’re on the latest version
Used the search feature to ensure that the bug hasn’t been reported before
Describe the bug
Reported on the WP Plugin Support (🎩-tip to Michael Bourne).
... the new WP 5.7 update has changed cover blocks to use an image element as the background. With webp enabled using <picture> tags, the display of these images is incorrect.
Reproduced locally, see example screenshot:
To Reproduce
Steps to reproduce the behavior:
In any post using the WP 5.7 Cover Block, add an image and text.
Save Imagify settings to "Create Webp" images > "Display images in webp format" and "Use <picture> tags".
View the incorrect display on the page.
Expected behavior
Webp images in the new Cover Block element should display as a completely covered background behind the text.
Backlog Grooming (for WP Media dev team use only)
Reproduce the problem -- Reproduced locally, See Screenshot
Identify the root cause -- Imagify does not add the correct CSS for the cover image to display properly.
Scope a solution -- Image will display properly with additional CSS. Mr. Bourne's solution pasted here as example of working CSS:
That said, currently, Imagify does not output styles on the front end, leaving themes to do the styling. We will need to explore whether we want to provide some block styling in this instance, and if so, provide for rendering styles on the front end.
Estimate the effort
The text was updated successfully, but these errors were encountered:
@michaelbourne Current plan is to have this version available mid-July. Our team has been busy on another product lately, but we want to make sure we have this new version before WP 5.8 release.
Before submitting an issue please check that you’ve completed the following steps:
Describe the bug
Reported on the WP Plugin Support (🎩-tip to Michael Bourne).
Reproduced locally, see example screenshot:
To Reproduce
Steps to reproduce the behavior:
<picture>
tags".Expected behavior
Webp images in the new Cover Block element should display as a completely covered background behind the text.
Backlog Grooming (for WP Media dev team use only)
That said, currently, Imagify does not output styles on the front end, leaving themes to do the styling. We will need to explore whether we want to provide some block styling in this instance, and if so, provide for rendering styles on the front end.
The text was updated successfully, but these errors were encountered: