We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6769344 commit 9d8e1acCopy full SHA for 9d8e1ac
src/video-player.js
@@ -61,7 +61,7 @@ class VideoPlayer extends Utils.mixin(Eventable) {
61
this.videoElement.classList.add('video-js');
62
63
// Handle WebFont loading
64
- Utils.fontFace(this.videoElement, this.playerOptions.cloudinary.fontFace);
+ Utils.fontFace(this.videoElement, this.playerOptions.fontFace);
65
66
// Handle play button options
67
if (this._videojsOptions.bigPlayButton === 'init') {
0 commit comments