Commit 1595bd
2023-10-14 21:44:33 Ralph Thesen: Added example on how to display an attached video file.| /dev/null .. examples/video attachment.md | |
| @@ 0,0 1,15 @@ | |
| + | # Video Attachment |
| + | |
| + | 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: |
| + | |
| + | ```html |
| + | <video width='100%' controls> |
| + | <source src="/examples/Video%20Attachment/example.mp4" type="video/mp4"> |
| + | </video> |
| + | ``` |
| + | |
| + | And get it ready to view like this: |
| + | |
| + | <video width='100%' controls> |
| + | <source src="/examples/Video%20Attachment/example.mp4" type="video/mp4"> |
| + | </video> |
