mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Bootstrap5 fix for video ratio.
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user