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

    Hi,

    how can I add additional sizes for pictures
    thx Thomas

    #290109

    Hey ThomasWitzany!

    Thank you for using our theme.

    Open functions.php and goto line 91.

    If you are using a child theme, you can put your changes also in functions.php, bot need an action hook:

    
    add_action ('init', 'my_custom_sizes', 99);
    
    function my_custom_sizes()
    {
       global $avia_config;
    
      put your changes here
    }
    

    Cheers!
    Günter

    #290118
    This reply has been marked as private.
    #290398

    Hi!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘additonal picture sizes’ is closed to new replies.