tweaking annot height

This commit is contained in:
Sanj 2011-03-14 05:44:12 +05:30
parent 3bffe5bc41
commit ec8055fb70

View File

@ -105,7 +105,7 @@ function setupPadmaLink(videoObj, data) {
}
$('.annotationText').html(annotHtml);
var annotHeight = $(window).height() - 320;
var annotHeight = $(window).height() - 340;
$('.annotationText').css({'height': annotHeight + "px"});
var videoElem = $('video');
videoElem.bind("loadedmetadata", function() {