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
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
Hey!
After you change the height on functions.php, you need to regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael