I'm not sure why my frontpage slideshow image is pixelated? Can you tell me the ideal dimensions for this image?
my website is: http://www.ohellodesign.us
Thanks!
Trisha
Velvet--Frontpage Slideshow image Pixelated?
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
the default dimensions can be found in functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36 ); // small preview pics eg sidebar news $avia_config['imgSize']['related'] = array('width'=>136, 'height'=>114); // small images for related items $avia_config['imgSize']['portfolio'] = array('width'=>210, 'height'=>150); // small preview pic for default portfolio (4 columns ) $avia_config['imgSize']['portfolio2'] = array('width'=>450, 'height'=>300); // medium preview pic for 2 column portfolio and small 3d slider $avia_config['imgSize']['portfolio3'] = array('width'=>290, 'height'=>200); // medium preview pic for 3 column portfolio $avia_config['imgSize']['page'] = array('width'=>690, 'height'=>200); // image for pages and one column portfolio $avia_config['imgSize']['featured'] = array('width'=>930, 'height'=>390); // big images for fullsize pages and fullsize 2D & 3D slider $avia_config['imgSize']['kenburns'] = array('width'=>1300, 'height'=>1300); // big images for ken burns sliderPosted 1 year ago #
Reply
You must log in to post.














