Hi,
when we add images as background for color sections, or add normal images.
The editor opens the media galery in which we can choose the image and the image size to be used.
Since this is annoying for some clients to alway choose full size..
is it possible to set the default image size to “FULL SIZE”?
via functions.php etc?
thx
Chris
Hey Christian,
If you don’t have a child theme yet, you’ll need to use it otherwise skip step 1.
1. Use a child theme, you can download it and find instructions in this link: https://kriesi.at/documentation/enfold/child-theme/
2. Add this code in functions.php of the child theme:
update_option( 'image_default_size', 'full-size' );
Best regards,
Nikko
THX!!!
Works great!