mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Fix max-width of video element (closes #179)
This commit is contained in:
parent
1bb775b93b
commit
ce1815038b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
img {
|
||||
img,
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue