increase vid size
This commit is contained in:
parent
0b32ee8616
commit
8a1ca2b5c4
|
@ -27,7 +27,7 @@
|
|||
|
||||
.annotation {
|
||||
position: absolute;
|
||||
left: 400px;
|
||||
left: 450px;
|
||||
top: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
@ -42,7 +42,7 @@
|
|||
<script type="text/html" id="tmpl_tcRange">
|
||||
<div class="padmaWrapper">
|
||||
<!-- <img src="<%= video.getFrame(linkData.tcIn) %>" /> -->
|
||||
<video width="320" src="<%= video.getLayerVideo(linkData.tcIn, linkData.tcOut) %>" controls></video>
|
||||
<video width="400" src="<%= video.getLayerVideo(linkData.tcIn, linkData.tcOut) %>" controls></video>
|
||||
<!-- <img src="<%= video.getFrame(linkData.tcOut) %>" /> -->
|
||||
<div class="annotation">
|
||||
Transcripts / annotations will appear here.
|
||||
|
|
Loading…
Reference in New Issue
Block a user