fix aspect ratio for large images

This commit is contained in:
Athou
2014-02-02 12:19:52 +01:00
parent 7fff561268
commit faf69b43c3

View File

@@ -7,6 +7,7 @@
body img {
max-width: 100%;
height: auto;
}
body .modal {