Hi there,
I have the following issue;
Hard Cropped Image
It seems to be using a cropped version of the uploaded image, here what it looks like, along with what I’d like it to look like;
Thumbnail Sizes
Can anyone point me in the right direction?
Thanks,
Jas
Hiya,
I’ve taken more of a look at this & I’m still a little stumped.
If you could point me in the direction of what code/where to modify – I’d greatly appreciate it.
Thanks,
Jas
Hi!
You can edit functions.php, find this code:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
You can replace the height and width then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Ismael
Thanks – worked a treat!