plugins/gallery/canvas.js
changeset 19 08bf8aa2f0ab
parent 18 c1c398349651
child 35 1dd30d7bf29f
--- a/plugins/gallery/canvas.js	Sat Feb 16 23:07:31 2008 -0500
+++ b/plugins/gallery/canvas.js	Sat Feb 16 23:15:49 2008 -0500
@@ -83,8 +83,8 @@
   div_inner.style.border = '1px solid #FFFFFF';
   if ( IE )
   {
-    div_inner.style.width = '1px';
-    div_inner.style.height = '1px';
+    div_inner.style.width = '100%';
+    div_inner.style.height = '100%';
   }
   else
   {