Revamped layout, Added lang selection, Added auto lang detection, Removed trash, Other minor improvements
Update .htaccess, body-1.php, and 50 more files...
This commit is contained in:
@@ -907,7 +907,7 @@ class ComposerElement {
|
||||
case ComposerElementTypes::VIDEO:
|
||||
// Composing the video element
|
||||
$htmlCode .= '<video ' . (is_null($this->source) ? '' : 'src="' . $this->source . '" ') .
|
||||
'class="' . $this->get_modifiers_classes() . '" ' .
|
||||
'class="' . $this->get_modifiers_classes() . ' r-l" ' .
|
||||
(is_null($this->thumbnail) ? '' : 'poster="' . $this->thumbnail . '" ') .
|
||||
'controls muted></video>';
|
||||
break;
|
||||
|
Reference in New Issue
Block a user