add fallback for older previews

This commit is contained in:
Albert Yi
2018-07-18 12:53:35 -07:00
parent 0fe0d23a62
commit 76342582b2
2 changed files with 7 additions and 2 deletions

View File

@@ -181,7 +181,12 @@
img {
width: 100%;
height: 33.3vw
height: 33.3vw;
&.has-cropped-false {
width: 33.3vw;
object-fit: cover;
}
}
}