This commit is contained in:
Jacob Nguyen
2025-02-04 22:22:49 -06:00
parent f6ac97695e
commit fa5fc42fba

View File

@@ -135,7 +135,7 @@ the watch flag needs a `start` command. Depending on the **lock file** in your p
import VideoUrl from "~/assets/docs/watch-example2.mp4"
<video width="640" height="360" src="blob:/assets/docs/watch-example2.mp4" controls type="video/mp4">
<video width="640" height="360" controls type="video/mp4">
<source src={VideoUrl} webkit-playsinline="" type="video/mp4"> </source>
</video>