src/js/init.js
branchpopcorn-port
changeset 204 a5e807f33a67
parent 198 8ffb1b7a9c6b
child 216 d1e891627286
--- a/src/js/init.js	Tue Nov 08 10:36:20 2011 +0100
+++ b/src/js/init.js	Tue Nov 08 10:36:48 2011 +0100
@@ -29,7 +29,7 @@
           delete opts.container;
           opts.controls = 0;
           opts.autostart = false;
-          templ = "width: {{width}}px; height: {{height}}px; margin-bottom: 5px;";
+          templ = "width: {{width}}px; height: {{height}}px;";
           var str = Mustache.to_html(templ, {width: opts.width, height: opts.height});    
           // Popcorn.youtube wants us to specify the size of the player in the style attribute of its container div.
           IriSP.jQuery("#" + containerDiv).attr("style", str);