Changes between Initial Version and Version 2 of Ticket #59093
- Timestamp:
- 06/20/2024 04:05:15 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59093
-
Property
Component
changed from
Post FormatstoPost Thumbnails
-
Property
Component
changed from
-
Ticket #59093 – Description
initial v2 1 1 Hello, 2 2 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.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. 4 4 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.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. 6 6 7 7 An image that is normally 3000px is now indexed at 1200px: https://ibb.co/YyrRKwV