Is there a way to define the slideshow dimensions so it doesn't move the entire blog up and down or do I have to resize all images to a desired size?
Slideshow dimensions
6 posts from 4 voices-
Posted 1 year ago #
-
Hi climberism,
You can force the full size slideshow container to adhere to a specific height but it would do it site wide. We can provide the needed css for that if its what you would like.
Regards,
Devin
Posted 1 year ago # -
I find that if images are particularly large, the slideshow crops them to a "letterbox" looking dimension. How can I force the slider to display the whole image, regardless of its height?
thanks!
Posted 1 year ago # -
Hi Michael,
In the functions.php, you'll need to add the 'crop'=>false to the featured image dimensions. So it will read:
$avia_config['imgSize']['featured'] = array('width'=>765, 'height'=>415, 'crop'=>false); // images for fullsize pages and fullsize sliderThen regenerate your thumbnails with:http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Devin
Posted 1 year ago # -
That rocks. Thanks! I wonder if this should be put on a feature request as an admin option when the theme is configured?
Posted 1 year ago # -
Hey!
I'll forward your request to Kriesi and close this thread for now.
Regards,
PeterPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














