• Hello,

    After installing WordPress 6.3, we realized that we have an important problem. The images we upload as Featured are cropping. We had canceled this from the media settings (0px), but despite this, for example, the image we uploaded as 3000px crops the image as 1200px. 

    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

    We’ve been using add_filter( ‘big_image_size_threshold’, ‘__return_false’ ); since day one and it’s not working. This is a MAJOR problem for image-heavy sites.

    Google results: https://ibb.co/YyrRKwV

Viewing 1 replies (of 1 total)
  • Technically add_filter( ‘big_image_size_threshold’, ‘__return_false’ ); should work unless there is another plugin also hooked into that function which is quite plausible (using any of these?).

    Try giving the filter a higher priority. Alternatively try toggling plugins on/off to see if that has an effect.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress 6.3 and Featured Image Resize?Problem’ is closed to new replies.