mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
Featurebox now accepts videos. Some minor tweaking to the Bootstrap3 template.
This commit is contained in:
@@ -2822,7 +2822,7 @@ class e_parser
|
||||
return '<div class="video-responsive video-thumbnail thumbnail">'.$video.'</div>';
|
||||
}
|
||||
|
||||
return '<div class="video-responsive">'.$video.'</div>';
|
||||
return '<div class="'.vartrue($parm['class'],'video-responsive').'">'.$video.'</div>';
|
||||
}
|
||||
|
||||
if($type == 'mp4') //TODO FIXME
|
||||
|
Reference in New Issue
Block a user