Fix scaling of `video` elements in `.videoContainer` elements
authorMatthias Schmidt <gravatronics@live.com>
Sat, 12 Aug 2017 09:17:26 +0000 (11:17 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 12 Aug 2017 09:17:26 +0000 (11:17 +0200)
wcfsetup/install/files/style/bbcode/video.scss

index 3780b48090d034b903c1461e0fa06a95e570d094..bf62f608f7139bbf04f09f86fd80870afb840b1f 100644 (file)
@@ -4,7 +4,7 @@
        padding-bottom: 56.25%; /* 9 / 16 */
        position: relative;
        
-       iframe {
+       iframe, video {
                height: 100%;
                position: absolute;
                width: 100%;