image fit

Enhanced
image cover
added aspect control
This commit is contained in:
2017-04-05 09:24:14 +02:00
parent 4ae77bdc87
commit 426dde5b61
5 changed files with 128 additions and 2 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
width: 25%;
margin: 0 -4px 0 0 !important;
@include image-cover(0.75);
@include image-fit();
}
.img-round {
width: 25%;
margin-right: -4px !important;
@include image-cover(1);
@include image-fit();
img {
border-radius: 50%;