Tagged: Portfolio
I need to set constans size of portfolio items. Can you tell my where in code i can change that height and weight to constans values ? My site with example of problem: http://ak5.pl/sk4.html
Hey AdFX!
The portfolio thumbnail size is defined in functions.php – search for
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Make sure that your images have a size of at least 495 x 400px or WordPress won’t generate a thumbnail. This can result in an uneven grid like here: http://ak5.pl/sk4.html
If you want to change the thumbnail size I recommend to install: http://wordpress.org/plugins/simple-image-sizes/ and then use: http://wordpress.org/plugins/regenerate-thumbnails/ to regenerate the thumbnails.
Regards,
Peter