Is there a way to change the Featured Large image size from 1500×630 to 1500×800 globally?
Ideally I could use a snippet/filter to do so.
thanks!
Hi jomo5280!
Thank you for the inquiry.
We can use the avf_modify_thumb_size filter to adjust the default size of the registered thumbnails. Usage example can be found in the following threads.
// https://kriesi.at/support/topic/how-to-prevent-images-from-being-resized/#post-1271136
// https://kriesi.at/support/topic/change-widget-image-size/#post-1189038
// https://kriesi.at/support/topic/bildgrose-kategorie-bilder-verandern/#post-1209435
After the adjustment, you have to regenerate the thumbnails either manually or with the help of a plugin.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael