Skip to content

Commit c252149

Browse files
committed
Fix video width warnings, using integers instead of percentage
1 parent 8c1e15c commit c252149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/myst-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Example MyST syntax is shown below.
261261

262262
````md
263263
```{video} /_static/user-manual/blocks/block-copy-cut.mp4
264-
:width: 100%
264+
:width: 100
265265
```
266266
````
267267

@@ -270,7 +270,7 @@ Don't use file-relative paths.
270270
The above MyST markup renders as shown below.
271271

272272
```{video} /_static/user-manual/blocks/block-copy-cut.mp4
273-
:width: 100%
273+
:width: 100
274274
```
275275

276276

0 commit comments

Comments
 (0)