Fix FAQ email import and change images to use object-fit contain with white background
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,7 +91,8 @@
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.video-indicator {
|
||||
@@ -585,7 +587,8 @@
|
||||
video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
}
|
||||
|
||||
&.novo-no-image {
|
||||
@@ -635,7 +638,8 @@
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.video-indicator {
|
||||
|
||||
Reference in New Issue
Block a user