.slideshow_container.slide_container_small .slideshow{
height: 300px !important;
}
... have also set full width slider and selected small images/videos (left or right)
what else should i do ?
.slideshow_container.slide_container_small .slideshow{
height: 300px !important;
}
... have also set full width slider and selected small images/videos (left or right)
what else should i do ?
plz. help me... all i need is a simple humble slideshow like this : http://www.urogyn.gr/athanasiou/index.html
is it so difficult to do the same ? how much energy & time should i spend to achieve this ?
also home page layout is getting wrong when setting slideshow_small height in quick css...
please check my test site http://wp.urogyn.gr (not public yet... Devin has an account to login...)
thx
If it is ok for you to crop your images to the same height, then do that. That will save you trouble.
Unfortunatly there are many themes that don“t really work as well as their demos (slideshows, portfolios etc) if your images are of varying height.
As I do not want to crop, I am going to add black sides to my images to make them all have the same aspect ratio. Not ideal, but I can live with it.
lars hi,
plz get into my site to see and you 'll understand, send me your email to send you devin's account to login, to see my wp.urogyn.gr slideshow, quick css etc
i want images to get resized/autocropped to look like http://www.urogyn.gr/athanasiou/index.html, can you find my a solution ? with quick css or what ?
i am losing so much time... please understand that we cannot make all our images same size or dimensions, this is not acceptable... and what about video/youtube dimensions ?
so please check and get back to us
thx for your support !
of course my reply goes to kriesi support staff and not larsdaniel :-)
the issue is serious and draining my energy & patience... so please give an answer... a good one :-)
i've opened wp.urogyn.gr to the public so you can see it...
You can try following - open up functions.php and replace following code:
$avia_config['imgSize']['fullsize'] = array('width'=>930, 'height'=>930, 'crop'=>false); // big images for lightbox and portfolio single entries
$avia_config['imgSize']['featured'] = array('width'=>990, 'height'=>400 ); // images for fullsize pages and fullsize slider
with:
$avia_config['imgSize']['fullsize'] = array('width'=>930, 'height'=>300, 'crop'=>true); // big images for lightbox and portfolio single entries
$avia_config['imgSize']['featured'] = array('width'=>990, 'height'=>400, 'crop'=>true ); // images for fullsize pages and fullsize slider
Afterwards regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
WP will crop the thumbnails if necessary.
You must log in to post.