Tagged: ,

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

    Hello, I need to set the height of the images of the inner page slider portfolio, as this cutting images, moreover where the size automatic retreat and place fixed height?

    #180643

    Hey brunostersa!

    Can you post the link to portfolio page of your website so we can take a look what kind of slider you are using?

    Regards,
    Yigit

    #180710
    This reply has been marked as private.
    #180863

    Hey!

    Edit functions.php, find this code:

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

    Replace it with:

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

    Regenerate the thumbnails using this plugins: http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Height of the images of the inner page slider portfolio’ is closed to new replies.