* fixed spacing for oggHandler js rewrite to new player
authorMichael Dale <dale@users.mediawiki.org>
Sat, 10 Oct 2009 21:27:42 +0000 (21:27 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Sat, 10 Oct 2009 21:27:42 +0000 (21:27 +0000)
js2/remoteMwEmbed.js

index 41696cc..7f7422d 100644 (file)
@@ -93,7 +93,7 @@ function rewrite_for_OggHandler( vidIdList ){
                                                pheight + 'px;"></video>';
                        //set the video tag inner html and update the height                            
                        $j( '#' + vidId ).html( vid_html )
-                               .css('height', pheight + 20);
+                               .css('height', pheight + 30);
                        
                }