mirror of
https://github.com/e107inc/e107.git
synced 2025-05-02 10:19:16 +02:00
Bootstrap5 fix for video ratio.
This commit is contained in:
parent
07f4e53932
commit
1ae7e3a2ed
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user