Index: trunk/phase3/js2/remoteMwEmbed.js |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | pheight + 'px;"></video>'; |
95 | 95 | //set the video tag inner html and update the height |
96 | 96 | $j( '#' + vidId ).html( vid_html ) |
97 | | - .css('height', pheight + 20); |
| 97 | + .css('height', pheight + 30); |
98 | 98 | |
99 | 99 | } |
100 | 100 | |