From c8b5c2f5a953fc2af74f700e095e37f7f98c780c Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Sat, 10 Oct 2009 21:27:42 +0000 Subject: [PATCH] * fixed spacing for oggHandler js rewrite to new player --- js2/remoteMwEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js2/remoteMwEmbed.js b/js2/remoteMwEmbed.js index 41696cc0c1..7f7422d439 100644 --- a/js2/remoteMwEmbed.js +++ b/js2/remoteMwEmbed.js @@ -93,7 +93,7 @@ function rewrite_for_OggHandler( vidIdList ){ pheight + 'px;">'; //set the video tag inner html and update the height $j( '#' + vidId ).html( vid_html ) - .css('height', pheight + 20); + .css('height', pheight + 30); } -- 2.20.1