Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #422188

    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?

    #422693

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.