mirror of
https://github.com/videojs/video.js.git
synced 2025-11-23 22:36:29 +02:00
Fixed an error in the docs.
This commit is contained in:
@@ -186,7 +186,7 @@ Now that you have access to a ready player, you can control the video or respond
|
||||
|
||||
{% highlight javascript %}
|
||||
|
||||
myPlayer.enterFullScreen();
|
||||
myPlayer.requestFullScreen();
|
||||
|
||||
{% endhighlight %}
|
||||
|
||||
@@ -197,7 +197,7 @@ Now that you have access to a ready player, you can control the video or respond
|
||||
|
||||
{% highlight javascript %}
|
||||
|
||||
myPlayer.exitFullScreen();
|
||||
myPlayer.cancelFullScreen();
|
||||
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user