increase vid size

This commit is contained in:
sanj 2010-09-01 22:03:07 +05:30
parent 0b32ee8616
commit 8a1ca2b5c4

View File

@ -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.