mirror of
https://github.com/videojs/video.js.git
synced 2025-01-19 10:54:16 +02:00
Fixed an issue where ie8 was borking on a bad image attribute.
This commit is contained in:
parent
c6153f7556
commit
c345889535
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
Video.js - HTML5 Video Player
|
Video.js - HTML5 Video Player
|
||||||
Version 3.0r2
|
Version 3.0
|
||||||
|
|
||||||
LGPL v3 LICENSE INFO
|
LGPL v3 LICENSE INFO
|
||||||
This file is part of Video.js. Copyright 2011 Zencoder, Inc.
|
This file is part of Video.js. Copyright 2011 Zencoder, Inc.
|
||||||
|
3
src/controls.js
vendored
3
src/controls.js
vendored
@ -726,8 +726,7 @@ _V_.Poster = _V_.Button.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
createElement: function(){
|
createElement: function(){
|
||||||
_V_.log(this.player.options.poster)
|
return _V_.createElement("img", {
|
||||||
return this._super("img", {
|
|
||||||
className: "vjs-poster",
|
className: "vjs-poster",
|
||||||
src: this.player.options.poster,
|
src: this.player.options.poster,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user