aboutsummaryrefslogtreecommitdiffstats
path: root/haiku.js
diff options
context:
space:
mode:
Diffstat (limited to 'haiku.js')
-rw-r--r--haiku.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/haiku.js b/haiku.js
index ad0679a..5896b28 100644
--- a/haiku.js
+++ b/haiku.js
@@ -116,7 +116,7 @@
} else if (/^http:\/\/(?:[^.]+\.)?youtube\.com\/(?:watch\?(?:[^&]+&)*v=|v\/)([^&=#?;\/]+)/.test(all)){
var url = "http://www.youtube.com/v/" + RegExp.$1 + "&fs=1";
str = '<a href="#" class="hl-URL">' + url + '</a>\n' +
- '<div><object width="300" height="243" data="' + url + '" type="application/x-shockwave-flash">' +
+ '<div><object width="300" height="250" data="' + url + '" type="application/x-shockwave-flash">' +
'<param name="wmode" value="transparent"/>' +
'<param name="allowFullScreen" value="true"/>' +
'</object></div>';