In other themes you can set the size of the related posts images in functions.php:
$avia_config['imgSize']['related'] = array('width'=>130, 'height'=>130);
How can this be achieved in theme Propulsion?
In other themes you can set the size of the related posts images in functions.php:
$avia_config['imgSize']['related'] = array('width'=>130, 'height'=>130);
How can this be achieved in theme Propulsion?
Hi,
I'm not pretty sure but I think the related posts is using this thumbnail size. Open functions.php and find this code
$avia_config['imgSize']['portfolio'] = array('width'=>450, 'height'=>335); // images for portfolio entries (2,3,4 column)
Regards,
Ismael
Absolutely right. Many thanks. Got tricked by the description :)
Hi dat98cbr,
Glad that I could help. :)
Cheers,
Ismael
This topic has been closed to new replies.