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 7503835 commit 41e0f98Copy full SHA for 41e0f98
docs/pages/cldvideoplayer/configuration.mdx
@@ -523,18 +523,18 @@ be loaded from as well as any customization of that track.
523
524
**Examples**
525
526
-```jsx
+```jsx copy
527
<CldVideoPlayer
528
-textTracks={{
529
- captions: {
530
- label: 'English',
531
- language: 'en',
532
- default: true,
533
- url: 'https://res.cloudinary.com/<Cloud Name>/raw/upload/<FileName>.vtt'
+ textTracks={{
+ captions: {
+ label: 'English',
+ language: 'en',
+ default: true,
+ url: 'https://res.cloudinary.com/<Cloud Name>/raw/upload/<File Name>.vtt'
534
}
535
536
537
-/>
+... />
538
```
539
540
Learn more on the [Video Player Reference](https://cloudinary.com/documentation/video_player_api_reference#text_tracks) or
0 commit comments