mirror of
https://github.com/videojs/video.js.git
synced 2025-07-03 00:57:02 +02:00
@ -81,9 +81,9 @@ vjs.Html5.prototype.createEl = function(){
|
||||
el = clone;
|
||||
player.tag = null;
|
||||
} else {
|
||||
el = vjs.createEl('video', {});
|
||||
el = vjs.createEl('video');
|
||||
vjs.setElementAttributes(el,
|
||||
vjs.obj.merge(player.tagAttributes||{}, {
|
||||
vjs.obj.merge(player.tagAttributes || {}, {
|
||||
id:player.id() + '_html5_api',
|
||||
'class':'vjs-tech'
|
||||
})
|
||||
|
Reference in New Issue
Block a user