Closed iCaspar closed 3 years ago
I've created a PR to address this without additional CSS.
Do you have an ETA for 1.9.15?
@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.
Thank you for your patience 🙏🏼
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)
.wp-block-cover-image picture.wp-block-coverimage-background, .wp-block-cover picture.wp-block-coverimage-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; } .wp-block-cover-image picture.wp-block-coverimage-background > img, .wp-block-cover picture.wp-block-coverimage-background > img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; max-width: none; max-height: none; -o-object-fit: cover; object-fit: cover; outline: none; border: none; box-shadow: none; }