tweaking annot height
This commit is contained in:
parent
3bffe5bc41
commit
ec8055fb70
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user