After changing the content box width (for blog, pages, etc) I have a few issues:
1) Inline slideshow size
I changed the image size for blog posts in Functions.php to accommodate my wider images
$avia_config['imgSize']['blog'] = array('width'=>900, 'height'=>9999, 'crop'=>false); // image for blog posts
Landscape images that are 900px look fine, BUT all images that are less than 900px wide are stretched to 900px wide.
http://i.imgur.com/qgLJm.png
How can I make the slideshow dynamically change to images of different widths?
2) There are no horizontal scroll bars so for folks with smaller monitors- there's no way to access content to the right that extends beyond the visible page.














