diff --git a/src/controls.js b/src/controls.js index fded21778..0434f42df 100644 --- a/src/controls.js +++ b/src/controls.js @@ -764,7 +764,7 @@ _V_.MuteToggle = _V_.Button.extend({ /* Poster Image ================================================================================ */ -_V_.Poster = _V_.Button.extend({ +_V_.PosterImage = _V_.Button.extend({ init: function(player, options){ this._super(player, options); diff --git a/src/core.js b/src/core.js index bcfe0a691..79d0a7c74 100644 --- a/src/core.js +++ b/src/core.js @@ -63,7 +63,7 @@ VideoJS.options = { // Included control sets components: { - "poster": {}, + "posterImage": {}, "textTrackDisplay": {}, "loadingSpinner": {}, "bigPlayButton": {},