Greetings,
I have a need for portrait images and thumbnails. I would like to add the ability to display thumbnails for images of original resolution 710×919. Perhaps a target thumbnail resolution of 178×230 would be appropriate.
Can you tell me how to add these additional resolutions to the theme?
Thanks
John
Hi lsgstudio!
You can add additional image sizes in the functions.php file. Look for the start of the section with this line:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);
Regards,
Devin