More actions
No edit summary |
v1 |
||
Line 3: | Line 3: | ||
1. Add an attachment and get the link of video file. | 1. Add an attachment and get the link of video file. | ||
[[File:Add attachment in CG.png|none|thumb|1592x1592px]] | |||
2. Generate HTML code and put into question's HTML | 2. Generate HTML code and put into question's HTML |
Revision as of 02:22, 18 June 2018
This page will guide you how to insert a video file (as attachment) into the question. Please follow these steps:
1. Add an attachment and get the link of video file.
2. Generate HTML code and put into question's HTML
<video controls="" autoplay="" width="300" height="200">
<source type="video/ogg" src="%Link%" />
<source type="video/mp4" src="%Link%" />
<source type="video/webm" src="%Link%" />
Your browser does not support the<video>element.</video>
</video>
3. Save and test.