Fix video dimensions on mobile
This commit is contained in:
parent
46a0766995
commit
6b62af8727
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,8 @@
|
|||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
img {
|
||||
img,
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue