Hello,
What are the minimum recommended dimensions for post images? Is it 620 x 350?
Hello,
What are the minimum recommended dimensions for post images? Is it 620 x 350?
Hey,
the default image dimensions can be found/changed in functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36 ); // small preview pics eg sidebar news
$avia_config['imgSize']['related'] = array('width'=>130, 'height'=>95 ); // small images for related items
$avia_config['imgSize']['column2'] = array('width'=>460, 'height'=>300); // medium preview pic for 2 column portfolio and small 3d slider
$avia_config['imgSize']['column3'] = array('width'=>300, 'height'=>200); // medium preview pic for 3 column portfolio
$avia_config['imgSize']['column4'] = array('width'=>220, 'height'=>160); // medium preview pic for 4 column portfolio
$avia_config['imgSize']['feature_thumb']= array('width'=>184, 'height'=>90 ); // small preview pic for feature thumbnails
$avia_config['imgSize']['page'] = array('width'=>620, 'height'=>200); // image for pages
$avia_config['imgSize']['page_big'] = array('width'=>620, 'height'=>350); // image for pages (slightly bigger version)
$avia_config['imgSize']['full'] = array('width'=>940, 'height'=>390); // big images for fullsize pages and fullsize 2D & 3D slider
Medium sized images are 620x200, big images 620x350 and fullsize 940x390.
You must log in to post.