Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.38k stars 1.97k forks source link

Cover block featured image full-width background is blurry #91727

Open marissaexplores opened 3 weeks ago

marissaexplores commented 3 weeks ago

Quick summary

When using the featured image option to add a background image to a cover block, it pulls the 1024px version of the image. This causes the image to be blurry if the cover block is being used to display a full-width image at the top of a page (ex: page titles and blog posts featured images).

The cover block only pulls the 1024px version when using the featured image option for the background image. blurry-featured-image

When adding an image directly from the media library, the background is not blurry. clear-image

Steps to reproduce

  1. Go to Appearance > Editor > Templates > Pages
  2. Add a cover block (make sure it's full-width and not inside a smaller column or group)
  3. Go to Add media > Use Featured Image
  4. Save your changes
  5. Go to any page, add a featured image, and update the page
  6. See the blurry image on the front end

What you expected to happen

I expect the full-size image to be used to prevent the image from being stretched to accommodate full-width designs.

What actually happened

The 1024px version of the image is used, which causes the image to be blurry when covering a width greater than 1024px.

Impact

Some (< 50%)

Available workarounds?

No but the platform is still usable

Platform (Simple and/or Atomic)

Simple

Logs or notes

I've tested on the TwentyTwentyThree and Assembler themes, and the issue occurred on both.


This issue does not seem to occur on Atomic sites.


Increasing the size of the large sized media (under Settings > Media) does not help. I updated the large size to 2000px, uploaded a new image to test, and found that the 1024px version was still being used.

liviopv commented 3 weeks ago

πŸ“Œ REPRODUCTION RESULTS

πŸ“Œ FINDINGS/SCREENSHOTS/VIDEO

TT4 on a Simple Site https://github.com/Automattic/wp-calypso/assets/14153300/03b3e79f-3b17-478e-ad11-1de04eff8997

πŸ“Œ ACTIONS