Commit
·
cb691fe
1
Parent(s):
00fc4dc
put the vid inside the fastapi app silly
Browse files- documentation.html +1 -1
documentation.html
CHANGED
|
@@ -175,7 +175,7 @@
|
|
| 175 |
|
| 176 |
<div class="demo-placeholder">
|
| 177 |
<h3>📱 App Demo Video</h3>
|
| 178 |
-
<video controls preload="metadata" playsinline style="width:100%; border-radius:8px;">
|
| 179 |
<source src="./lil_demo_540p.mp4" type="video/mp4">
|
| 180 |
Your browser does not support the video tag.
|
| 181 |
</video>
|
|
|
|
| 175 |
|
| 176 |
<div class="demo-placeholder">
|
| 177 |
<h3>📱 App Demo Video</h3>
|
| 178 |
+
<video controls preload="metadata" playsinline style="width:100%; border-radius:8px; max-width:540px; display:block; margin:0 auto">
|
| 179 |
<source src="./lil_demo_540p.mp4" type="video/mp4">
|
| 180 |
Your browser does not support the video tag.
|
| 181 |
</video>
|