Hi,
Sorry for repeat,
please help, what is the easy way to change Portfolio 3col thumbnail size from 495x400px to 495x330px.
( is it possible without regenerate plugin ? )
thank you
DEnis
Hey, i´m not a expert, but try this solution, i think it must be right!
go to themes – search for the functions.php, in this file search for this code, and change it like the size you want,
these settings are for the future uploads, every uploaded picture goes in your setting ( for 2/3 columns ).
$avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>400 );
choose the functions.php to your childtheme.
cheers carsten
Hello!
@set_carsten: Thanks for the tip.
@denye: You can do @set_carsten’s suggestion then you need to manually upload the images again if you don’t want to regenerate them.
Best regards,
Ismael
thanks for help !