mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
Fixed an error in the docs.
This commit is contained in:
parent
0c2e3f5f5a
commit
fa9e97bb56
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user