Hi
I am trying to change the height of the image in easy slider using this code in my child theme functions:
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>458 ); // images for fullsize pages and fullsize slider
but it is not taking affect when I use the resize thumbs plugin
Is this the correct method?
Many thanks
Jon
Hey zerodotnine,
Thank you for the inquiry.
You have to regenerate the thumbnails or upload the images again after adjusting their size. The following plugin should help.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael