Hi - my site is http://www.yyscene.com...where can i control the size of the featured images - I would like all of them to be the same size?
featured images
6 posts from 4 voices-
Posted 6 months ago #
-
Hi,
You can control the image size on functions.php, look for this code
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['slider_thumb'] = array('width'=>70, 'height'=>50 , 'copy'=>'greyscale'); // slideshow preview pics $avia_config['imgSize']['fullsize'] = array('width'=>990, 'height'=>990, 'crop'=>false); // big images for lightbox and portfolio single entries $avia_config['imgSize']['featured'] = array('width'=>1140, 'height'=>461 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 , 'copy'=>'greyscale'); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>284, 'height'=>211 , 'copy'=>'greyscale'); // images for portfolio 4 columns $avia_config['imgSize']['logo'] = array('width'=>446, 'height'=>218 , 'copy'=>'greyscale'); // images for dynamic logo/partner elementThe code below controls the fullsize, lightbox and portfolio images.
$avia_config['imgSize']['fullsize'] = array('width'=>990, 'height'=>990, 'crop'=>false); // big images for lightbox and portfolio single entries $avia_config['imgSize']['featured'] = array('width'=>1140, 'height'=>461 ); // images for fullsize pages and fullsize sliderRegards,
IsmaelPosted 6 months ago # -
I tried to change the size, it didn't work - the post image are huge: http://www.yyscene.com/halloween-party-acad-opening-party-for-giraf-animation-festival/%FEed%25/...also, how to I make the front page column posts the same size and display the name of the category?
Posted 6 months ago # -
Hey!
You also need to regenerate your thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Best regards,
PeterPosted 6 months ago # -
I did and they're huge now!
Posted 6 months ago # -
Duplicated question and being addressed here: http://www.kriesi.at/support/topic/lots-of-questions-1
Regards,
Devin
Posted 6 months ago #
Topic Closed
This topic has been closed to new replies.














