Issue #1490468 by Schnitzel: Added Allow images to scale with fluid layouts in responsive designs.

8.0.x
catch 2012-04-02 13:13:15 +09:00
parent 526fc9bce9
commit 53c67b1c03
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
position: relative;
}
img {
height: auto;
max-width: 100%;
}
@media all and (min-width: 480px) and (max-width: 959px) {
#content {
width: 100%;