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?
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
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