barebones/assets/sass/base/_images.scss

19 lines
215 B
SCSS

img {
max-width: 100%;
vertical-align: top;
&[width],
&[height] {
max-width: none;
}
}
/**
* Responsive images
*/
.is-fluid {
display: block;
width: 100%;
height: auto;
}