我要对齐它:
<video width="300" height="200" autoplay="autoplay">
<source src="video/supercoolvideo.mp4" type="video/mp4" />
</video>
将其粘贴到wordpress文本中,并嵌入到页面的链接。
有可能吗?
答案 0 :(得分:0)
<video width="300" height="200" autoplay="autoplay" style="float: right;">
<source src="video/supercoolvideo.mp4" type="video/mp4" />
或
<div style="text-align:right;"><video width="300" height="200" autoplay="autoplay"><source src="video/supercoolvideo.mp4" type="video/mp4" />