Help:LimeSurvey/Demo video: Difference between revisions
Jump to navigation
Jump to search
m E.vandenberge moved page Demo video to LimeSurvey/Demo video: Parenting |
m E.vandenberge moved page LimeSurvey/Demo video to Help:LimeSurvey/Demo video: Namespace & Parenting |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
Click the ''source'' button and change the img tag into a video tag. The 640x480 video ''monitor.mp4'' would show up as:<br/> | Click the ''source'' button and change the img tag into a video tag. The 640x480 video ''monitor.mp4'' would show up as:<br/> | ||
<img alt="" src="/upload/surveys/397931/images/monitor.mp4" /><br/> | <code><img alt="" src="/upload/surveys/397931/images/monitor.mp4" /></code><br/> | ||
''and must be changed into:''<br/> | ''and must be changed into:''<br/> | ||
<video width="640" height="480"><source src="/upload/surveys/397931/images/monitor.mp4" type="video/mp4" /></video> | <code><video width="640" height="480"><<nowiki>source</nowiki> src="/upload/surveys/397931/images/monitor.mp4" type="video/mp4" /></video></code> | ||
[[File:Video2.png||]] | [[File:Video2.png||]] | ||