I’m using images that are 1500×470 instead of one of the default settings which is 1500×430, and it’s cropping them. Is there a way to resize them in the slider itself or define a custom height/width for the slider?
Hi DJQuad!
You can change that on line 119 in the functions.php file.
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
And then regenerate your thumbnails, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
But if it was me I would just set the slider to display the fullsize images with no scaling.
Cheers!
Elliott