Do the slideshows not automatically resize images to fit?
Slideshow images
7 posts from 4 voices-
Posted 2 years ago #
-
Hey,
When you upload media it should be resized according to the sizes set in the theme files. What's your site URL and which image didn't get resized?
James
Posted 2 years ago # -
The URL is therebuildinitiative.org I'm still trying to figure out how to use all the different features and settings, but I thought uploading and displaying media would be a little easier. For example, the slider on the homepage won't show the entirety of the image I've uploaded no matter how much I change the size/settings when I upload it. Any help is appreciated.
Posted 2 years ago # -
Hey,
all dimensions can be found in functions.php. By default they're:
$avia_config['imgSize']['widget'] = array('width'=>48, 'height'=>48 ); // small preview pics eg sidebar news $avia_config['imgSize']['related'] = array('width'=>140, 'height'=>80); // small images for related items $avia_config['imgSize']['portfolio'] = array('width'=>220, 'height'=>125); // small preview pic for default portfolio (4 columns ) $avia_config['imgSize']['portfolio2'] = array('width'=>460, 'height'=>260); // medium preview pic for 2 column portfolio and small 3d slider $avia_config['imgSize']['portfolio3'] = array('width'=>300, 'height'=>170); // medium preview pic for 3 column portfolio $avia_config['imgSize']['page'] = array('width'=>620, 'height'=>200); // image for pages and one column portfolio $avia_config['imgSize']['featured'] = array('width'=>940, 'height'=>350); // big images for fullsize pages and fullsize 2D & 3D slider //3d slider $avia_config['imgSize']['tablet_3D_welcome'] = array('width'=>400, 'height'=>315); // medium preview pic for tablet 3d sliderMaybe you need to regenerate your thumbnails by using following plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Posted 2 years ago # -
Hi, i changed the size for example here , as you recommend [$avia_config['imgSize']['featured'] = array('width'=>940, 'height'=>350], I changed it to 850 und 250 , but nothing happend....;-(
I also changed the size of the thumbnails in function php,
but still all the same.....any advice?
Posted 2 years ago # -
Hey,
Did you try to regenerate the thumbnails by using following plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ ?
Can you post a link to your website please - we can check if the thumbnails are resized correct then.Posted 2 years ago # -
so here's my site
http://patriciakoell.at
I uploaded the pic in size 850 x 250 px, made all the changes in function php and slider helper, now the slider container is too big as you can see...how can i get rid of these black box around - at least in heigth? But I still would need to show the text. This also interesting: the text in one picture differs from the other pictures...get connected differs from explorer a new culture....Second question: I created a dynamic template for the frontpage with a slider and columns, but the columns don't appear at all, .not 1, not 2 and 3 columns. I chose a category from where the post has to be picked -
Thanks!
Posted 2 years ago #
Reply
You must log in to post.














