Make image orientation consistent on FF, fix videos w/ modal
This commit is contained in:
parent
0e21c3cdd9
commit
15c4088a68
2 changed files with 3 additions and 1 deletions
|
@ -190,6 +190,7 @@
|
|||
|
||||
.video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.play-icon {
|
||||
|
@ -286,7 +287,7 @@
|
|||
}
|
||||
|
||||
img {
|
||||
image-orientation: from-image;
|
||||
image-orientation: from-image; // NOTE: only FF supports this
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue