Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #217764

    Hello,

    How I can change size of images from Blog Posts widget? Standard size is 495×400, but I want change proportions, to 495×330 (3:2).

    Best regards!

    • This topic was modified 10 years, 2 months ago by msfoto.
    #218328

    Hey msfoto!

    Edit functions.php, find this code:

    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)

    Change the height then regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #218385

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing size of images – homepage (Blog Posts)’ is closed to new replies.