Forum Discussion
AdamKeever1
7 years agoQrew Commander
Here is one way to set it up:
<html>
<body>
<video width="100%" controls>
<source src="https://xxxx.quickbase.com/.mp4"; type="video/mp4">
Your browser does not support HTML5 video.
</video>
</body>
</html>
- add a code page
- add the below code inserting the link to your video
<html>
<body>
<video width="100%" controls>
<source src="https://xxxx.quickbase.com/.mp4"; type="video/mp4">
Your browser does not support HTML5 video.
</video>
</body>
</html>
- add a text widget to your dashboard.
- add an image to the text widget using the rich text options
- insert a hyperlink to the image and then select your code page as the target