1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-02 02:07:52 +02:00

Bootstrap5 fix for video ratio.

This commit is contained in:
Cameron 2021-06-03 13:45:07 -07:00
parent 07f4e53932
commit 1ae7e3a2ed

View File

@ -4630,7 +4630,7 @@ class e_parse
$ytqry = http_build_query($ytpref, null, '&');
$defClass = !empty($this->bootstrap) ? 'embed-responsive embed-responsive-16by9' : 'video-responsive'; // levacy backup.
$defClass = !empty($this->bootstrap) ? 'embed-responsive embed-responsive-16by9 ratio ratio-16x9' : 'video-responsive'; // levacy backup.
if($type === 'youtube')