Ref: https://github.com/kaushalmodi/ox-hugo/issues/275master
parent
434cfff4c1
commit
25e6aea7ad
3 changed files with 27 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
+++ |
||||
title = "Embedded Video" |
||||
tags = ["videos", "embedded"] |
||||
draft = false |
||||
+++ |
||||
|
||||
[Using `video` HTML5 tag](https://www.w3schools.com/html/html5%5Fvideo.asp) |
||||
|
||||
<video width="320" height="240" controls> |
||||
<source src="/videos/sample.mp4" type="video/mp4"> |
||||
Your browser does not support the video tag. |
||||
</video> |
||||
|
||||
[Video source](https://sample-videos.com/) |
||||
Binary file not shown.
Loading…
Reference in new issue