eliminato preload
This commit is contained in:
@@ -13,7 +13,7 @@ class MediaLocalVideo extends MediaRenderer{
|
||||
$size = self::$SIZES[$opt["size"]];
|
||||
}
|
||||
|
||||
return '<video width="'.$size["width"].'" height="'.$size["height"].'" preload="metadata" controls >'.
|
||||
return '<video width="'.$size["width"].'" height="'.$size["height"].'" controls >'.
|
||||
'<source src="'.$this->getVideoLink($size).'" type="video/'.$this->getExtension().'" >'.
|
||||
'</video>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user