barebones/assets/sass/base/_images.scss

19 lines
215 B
SCSS
Raw Normal View History

2015-10-14 12:10:55 +02:00
img {
max-width: 100%;
vertical-align: top;
&[width],
&[height] {
max-width: none;
}
}
2015-10-15 18:24:32 +02:00
/**
* Responsive images
*/
.is-fluid {
display: block;
width: 100%;
height: auto;
}