Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228880

    Hey,

    I love the theme!

    I was wondering what the ideal size for the Fullwidth easy slider would be? I want to create an image in photoshop for the slider. Width & height? (pixels)

    Thanks,
    Josh

    #229979

    Hey Josh3Roush!

    Kriesi sets the fullwidth image size to 1500 x 430px by default and this size is also used for the images on the demo page. You can change the dimensions in functions.php though – search for:

    
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    

    and replace 1500 and 430 with your custom values if necessary.

    Cheers!
    Peter

    #230196
    This reply has been marked as private.
    #230416

    Hey!

    After you change the height on functions.php, you need to regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

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