This seems trivial but after all the research and coding I can\'t get it to work. Conditions are:
Here is a simple CSS only solution (JSFiddle), works everywhere, mobile and IE included:
CSS 2.0:
html, body { height: 100%; margin: 0; padding: 0; } img { padding: 0; display: block; margin: 0 auto; max-height: 100%; max-width: 100%; }
HTML: