turn off autoplay
This commit is contained in:
parent
5b75ceffc0
commit
3ec06deb6d
|
@ -94,7 +94,7 @@ $(function() {
|
|||
<a title="Right-click and Save Link As to download video" target="_blank" href="<%= linkData.url %>">↓</a>
|
||||
</span>
|
||||
</div>
|
||||
<video src="<%= video.video.urls['320'] %>" width="320" poster="<%= video.getFrame(linkData.tcIn) %>" controls="controls" autoplay="autoplay"></video>
|
||||
<video src="<%= video.video.urls['320'] %>" width="320" poster="<%= video.getFrame(linkData.tcIn) %>" controls="controls"></video>
|
||||
|
||||
<div class="annotationWrapper">
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user