add fallback for older previews
This commit is contained in:
@@ -181,7 +181,12 @@
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 33.3vw
|
||||
height: 33.3vw;
|
||||
|
||||
&.has-cropped-false {
|
||||
width: 33.3vw;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user