1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-05 04:37:56 +02:00

Fix max-width of video element (closes #179)

This commit is contained in:
Felix
2020-05-30 17:42:33 -05:00
parent 1bb775b93b
commit ce1815038b

View File

@@ -1,4 +1,5 @@
img { img,
video {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }