Is there a good size for a jpeg files in teh featured images? Some of the pictures I've posted not centerd and/or cut off.
Featured Media
3 posts from 3 voices-
Posted 1 year ago #
-
Hey,
all thumbnail dimensions are defined in functions.php. The standard sizes are the recommended dimensions. We can't affect the wordpress croping function though (it cropes the images from center):
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36 ); // small preview pics eg sidebar news $avia_config['imgSize']['related'] = array('width'=>130, 'height'=>130); // small images for related items (also for small blog overview images) $avia_config['imgSize']['portfolio4'] = array('width'=>210, 'height'=>160); // small preview pic for default portfolio (4 columns ) $avia_config['imgSize']['portfolio3'] = array('width'=>290, 'height'=>200); // medium preview pic for 3 column portfolio $avia_config['imgSize']['portfolio3_sb']= array('width'=>183, 'height'=>160); // medium preview pic for 3 column portfolio with sidebar $avia_config['imgSize']['portfolio2'] = array('width'=>450, 'height'=>300); // medium preview pic for 2 column portfolio and small 3d slider $avia_config['imgSize']['page'] = array('width'=>610, 'height'=>255); // image for pages and one column portfolio $avia_config['imgSize']['blog'] = array('width'=>450, 'height'=>255); // image for blog posts (big) $avia_config['imgSize']['featured'] = array('width'=>930, 'height'=>370); // big images for fullsize pages and fullsize 2D & 3D slider $avia_config['imgSize']['fullsize'] = array('width'=>930, 'height'=>523); // big images for single portfolio pages $avia_config['imgSize']['aviacordion'] = array('width'=>610, 'height'=>370); // big Image for aviacordion /*preview images for special column sizes of the dynamic template. you can remove those if you dont use them, it will save performance while uploading images and will also save ftp storage*/ $avia_config['imgSize']['grid6'] = array('width'=>450, 'height'=>160); // half sized images when using 4 columns $avia_config['imgSize']['grid8'] = array('width'=>610, 'height'=>200); // two/third image $avia_config['imgSize']['grid9'] = array('width'=>690, 'height'=>160); // three/fourth imagePosted 1 year ago # -
Is there a quick css code to change the side of the aviacordion or do i have to go to php? thank you!
Posted 1 year ago #
Reply
You must log in to post.














