Skip to content

Commit 582c17b

Browse files
Fix Video Rendering on "generating_your_first_bitstream" page (#15)
* fix video preview issue * removed unused video file
1 parent 89e5c6e commit 582c17b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Docs/generating_your_first_bitstream.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,16 @@ It should look like this.
5959

6060
</div>
6161

62+
Check out this short video guide.
6263

63-
.. Check out this short video guide.
64-
65-
66-
<div align="center">
67-
68-
<video width="90%" controls>
69-
<source src="./images/bitstream_gen/go_config_launch.webm" type="video/webm">
70-
Your browser does not support the video tag.
71-
</video>
72-
73-
</div>
64+
:::{raw} html
65+
<div align="center">
66+
<video width="90%" controls>
67+
<source src="bitstream_gen/go_config_launch.webm" type="video/webm">
68+
Your browser does not support the video tag.
69+
</video>
70+
</div>
71+
:::
7472

7573
### 2. Design
7674

-1.12 MB
Binary file not shown.

0 commit comments

Comments
 (0)