Skip to content

Commit 99bde3b

Browse files
Hyperlint Automation Fix
1 parent 028803f commit 99bde3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/stream/viewing-videos/displaying-thumbnails.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Using the `poster` query parameter in the embed URL, you can set a thumbnail to
3535

3636
Supported URL attributes are:
3737

38-
* **`time`** (default `0s`, configurable) time from the video e.g. `8m`, `5m2s`
38+
* **`time`** (default `0s`, configurable) time from the video for example `8m`, `5m2s`
3939
* **`height`** (default `640`)
4040
* **`width`** (default `640`)
41-
* **`fit`** (default `crop`) to clarify what to do when requested height and width doesn't match the original upload, which should be one of:
41+
* **`fit`** (default `crop`) to clarify what to do when requested height and width does not match the original upload, which should be one of:
4242
* **`crop`** cut parts of the video that doesn't fit in the given size
4343
* **`clip`** preserve the entire frame and decrease the size of the image within given size
4444
* **`scale`** distort the image to fit the given size
@@ -69,10 +69,10 @@ Stream supports animated GIFs as thumbnails. Viewing animated thumbnails does no
6969

7070
Supported URL attributes for animated thumbnails are:
7171

72-
* **`time`** (default `0s`) time from the video e.g. `8m`, `5m2s`
72+
* **`time`** (default `0s`) time from the video for example `8m`, `5m2s`
7373
* **`height`** (default `640`)
7474
* **`width`** (default `640`)
75-
* **`fit`** (default `crop`) to clarify what to do when requested height and width doesn't match the original upload, which should be one of:
75+
* **`fit`** (default `crop`) to clarify what to do when requested height and width does not match the original upload, which should be one of:
7676
* **`crop`** cut parts of the video that doesn't fit in the given size
7777
* **`clip`** preserve the entire frame and decrease the size of the image within given size
7878
* **`scale`** distort the image to fit the given size

0 commit comments

Comments
 (0)