From: Alexander Ebert Date: Fri, 1 Feb 2019 09:48:16 +0000 (+0100) Subject: Support elements other than `
` for video containers X-Git-Tag: 5.2.0_Alpha_1~323 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b6c96bc15acfc39e1a3a1d91dd478cc6e172c7ad;p=GitHub%2FWoltLab%2FWCF.git Support elements other than `
` for video containers --- diff --git a/wcfsetup/install/files/style/bbcode/video.scss b/wcfsetup/install/files/style/bbcode/video.scss index bf62f608f7..97f1464cae 100644 --- a/wcfsetup/install/files/style/bbcode/video.scss +++ b/wcfsetup/install/files/style/bbcode/video.scss @@ -1,5 +1,6 @@ /* scale embedded videos to maximum width */ .videoContainer { + display: block; overflow: hidden; padding-bottom: 56.25%; /* 9 / 16 */ position: relative;