mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
docs: fix typo in components.html (#7694)
This commit is contained in:
parent
3e40512501
commit
83aa13baeb
@ -71,7 +71,7 @@ want to move the progress control above the control bar and have it span the ful
|
||||
width of the player, in those cases, it is less than ideal to have the tooltips
|
||||
get cut off or leave the bounds of the player. This can be prevented by setting the
|
||||
<code>keepTooltipsInside</code> option on the progress control. This also makes the tooltips use
|
||||
a real element instead of pseudo elements so targetting them with css will be different.</p>
|
||||
a real element instead of pseudo elements so targeting them with css will be different.</p>
|
||||
<pre><code class="lang-js">let player = videojs('myplayer', {
|
||||
controlBar: {
|
||||
progressControl: {
|
||||
|
Loading…
Reference in New Issue
Block a user