bootstrap 3 includes the .img-responsive
class
which applies these css settings
display: block;
height: auto;
max-width: 100%;
why is there no max-height:100%;
?
I found adding this makes the pictures fit in terms of height as-well, but I'm not sure why it's being left out and not sure what the consequences are across other browsers.