Skip to content

Commit c0b451f

Browse files
authored
Update video-indexer-embed-widgets.md
1 parent 28bab53 commit c0b451f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/media-services/video-indexer/video-indexer-embed-widgets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ For example, if you want to embed a widget that contains only people and keyword
234234

235235
`https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?widgets=people,keywords`
236236

237-
The title of the iframe window can also be customized by providing `&title=<YourTitle>` to the iframe URL. (It customizes the HTML <title> value).
237+
The title of the iframe window can also be customized by providing `&title=<YourTitle>` to the iframe URL. (It customizes the HTML `<title>` value).
238238

239239
For example, if you want to give your iframe window the title "MyInsights", the URL will look like this:
240240

@@ -252,7 +252,7 @@ For example:
252252

253253
By default, Video Indexer player has autogenerated closed captions that are based on the transcript of the video. The transcript is extracted from the video with the source language that was selected when the video was uploaded.
254254

255-
If you want to embed with a different language, you can add &captions=< Language Code > to the embed player URL. If you want the captions to be displayed by default, you can pass &showCaptions=true.
255+
If you want to embed with a different language, you can add `&captions=<Language Code>` to the embed player URL. If you want the captions to be displayed by default, you can pass &showCaptions=true.
256256

257257
The embed URL then will look like this:
258258

0 commit comments

Comments
 (0)