How to extend Twitter Bootstrap image carousel for dynamically sized, centered images
I'm trying to extend the default Bootstrap image carousel to support dynamically sized images (500x400 max), centered both horizontally and vertically. Additionally, I'd like to maintain the original caption layout, which anchors the caption to the bottom of the image, with the caption div extending fully across the image (but no further.) I've put together a fiddle, which is a fairly clean implementation of the default Bootstrap setup (there are only 4 additional styles at the end of the css section): http://jsfiddle.net/rdugan/JFBFU/26/ I can fairly easily accomplish the horizontal centering