Q: How do I embed a Document Management video onto a unit’s page? A: To make the Document Management video responsive, you need to wrap it with the <div class="embedvideo"> tag.
Q: How to embed a Document Management video from the Heikuai Ma vendor’s RPAGE Document Management into a unit’s page?
A:
In the HTML editor of the Information and Information Classification section, if you want to embed a Document Management video responsively, you need to wrap it with <div class="embedvideo">
. However, after adding this, the video on the page will be forced to 100% width.
For other Document Management video links, you can refer to the marked part below to modify the video URL accordingly:
<div>
<table align="center" border="0" cellpadding="0" cellspacing="1" style="width:100%;">
<tbody>
<tr>
<td>
<p style="text-align: center;"> </p>
<div class="embedvideo"><a href="/var/file/文檔管理的連結.mp4" title="名稱"><iframe allowfullscreen="" frameborder="0" height="315px" scrolling="no" src="/var/file/文檔管理的連結.mp4?rel=0&showinfo=0" title="名稱" width="560px"></iframe></a></div>
<p> </p>
</td>
</tr>
</tbody>
</table>
.
.
.
.
.
.
.
</div>