Tagged: image, thumbnails
It seems the grid template is loading the full size featured image then resizing to 208 x 168.
Is it possible to change the template to load just the thumbnail? (which can be sized to 208 x 168
Hi ttem!
The blog grid layout use the portfolio thumbnails set on functions.php
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
You can change the size then regenerate the thumbnails.
Best regards,
Ismael
ahh… I now understand that they were coded to be that size to also accommodate the 2 column layout though for my needs 3 column size is preferable also I don’t plan on using any other portfolio layout templates that require the larger 495 x 400 image so reducing to 208px width should speed up page load.
Thanks for your help Ismael!