Hi, I am using the frontpage witk left sidebar. The pictures in the slideshow will be automazical rezise to 690x250px. I want to cahnge the height to 300px. Where xcan I cahnge this?
thanks
Hi, I am using the frontpage witk left sidebar. The pictures in the slideshow will be automazical rezise to 690x250px. I want to cahnge the height to 300px. Where xcan I cahnge this?
thanks
Any ideas? Its really important for me to make the next step in customizing my webpage!
Try using Firebug to see what the actual code is
I am not using Propulsion at the moment but this is from Coherence and lots of similarities
Look for something like:
#top .one_half .slideshow{
height:330px;
}
Then change to your size and put this in the quick css section under styling. See how it goes.
Good luck
Hi!
You can change the image dimensions in functions.php. I'd only change the height parameter. Afterwards regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Peter
You must log in to post.