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