Support elements other than `<div>` for video containers
authorAlexander Ebert <ebert@woltlab.com>
Fri, 1 Feb 2019 09:48:16 +0000 (10:48 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 1 Feb 2019 09:48:16 +0000 (10:48 +0100)
wcfsetup/install/files/style/bbcode/video.scss

index bf62f608f7139bbf04f09f86fd80870afb840b1f..97f1464cae2c5eb21b3f2310272f8ea0fe263f54 100644 (file)
@@ -1,5 +1,6 @@
 /* scale embedded videos to maximum width */
 .videoContainer {
+       display: block;
        overflow: hidden;
        padding-bottom: 56.25%; /* 9 / 16 */
        position: relative;