Blame
|
1 | # Video Attachment |
||||||
| 2 | ||||||||
| 3 | This page has a video file [example.mp4](/examples/Video%20Attachment/example.mp4) attached. You can add the video to the wiki page using a html block: |
|||||||
| 4 | ||||||||
| 5 | ```html |
|||||||
| 6 | <video width='100%' controls> |
|||||||
| 7 | <source src="/examples/Video%20Attachment/example.mp4" type="video/mp4"> |
|||||||
| 8 | </video> |
|||||||
| 9 | ``` |
|||||||
| 10 | ||||||||
| 11 | And get it ready to view like this: |
|||||||
| 12 | ||||||||
| 13 | <video width='100%' controls> |
|||||||
| 14 | <source src="/examples/Video%20Attachment/example.mp4" type="video/mp4"> |
|||||||
| 15 | </video> |
|||||||
