Fix lightbox video display

This commit is contained in:
Romain Neutron
2012-07-17 16:42:27 +02:00
parent d689dc0639
commit c1ec4d5303
5 changed files with 19 additions and 7 deletions

View File

@@ -498,7 +498,7 @@ function setPreview(){
top: t,
left: l
}).attr('width',w).attr('height',h);
$('#PREVIEWIMGCONT .record').trigger('resize-video-js');
$('#PREVIEWIMGCONT .videoTips.video-js').trigger('resize-video-js');
}
function classicMode(){