Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #59093


Ignore:
Timestamp:
06/20/2024 04:05:15 AM (2 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59093

    • Property Component changed from Post Formats to Post Thumbnails
  • Ticket #59093 – Description

    initial v2  
    11Hello,
    22
    3 After installing WordPress 6.3, we realized that we have an important problem. The images we upload as Featured are cropping.This can seriously affect our site traffic. How can we prevent this from happening? Our featured images are all high resolution, but they appear as 1200px in Google results.
     3After installing WordPress 6.3, we realized that we have an important problem. The images we upload as Featured are cropping. This can seriously affect our site traffic. How can we prevent this from happening? Our featured images are all high resolution, but they appear as 1200px in Google results.
    44
    5 We have been using add_filter( 'big_image_size_threshold', '__return_false' ); since day one. Also in media settings all resolution values are set to 0px. But despite this, after WP 6.3, all our images started to be indexed as 1200px.
     5We have been using `add_filter( 'big_image_size_threshold', '__return_false' );` since day one. Also in media settings all resolution values are set to 0px. But despite this, after WP 6.3, all our images started to be indexed as 1200px.
    66
    77An image that is normally 3000px is now indexed at 1200px: https://ibb.co/YyrRKwV