Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1203659

    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

    #1204191

    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

    #1205509

    THX!!!
    Works great!

    #1205704

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.