Other than making all images be the same dimensions (or ratio?), is there way to force the images shown in a slideshow to display in the same area? I really like slideshowing all of the images related to a post but when they're different sizes, it bumps the post, making it difficult to read.
Force image size on slideshow display
2 posts from 2 voices-
Posted 11 months ago #
-
Hello,
You can find image sizes on functions.php. I think the slideshow uses the featured image. Find this line.
$avia_config['imgSize']['featured'] = array('width'=>765, 'height'=>415);Replace it with
$avia_config['imgSize']['featured'] = array('width'=>765, 'height'=>415, 'crop'=>true);This will crop all of the slider images making them 415px in height, if I am not mistaken.
Regards,
IsmaelPosted 11 months ago #
Reply
You must log in to post.














