Roo/bootstrap/LayoutMasonry.js
[roojs1] / Roo / bootstrap / LayoutMasonry.js
index d57a6aa..45c0a24 100644 (file)
@@ -663,14 +663,11 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
                 
                 b.el.setWidth(width);
                 b.el.setHeight(height);
-                // iframe?
-                b.el.select('iframe',true).setSize(width,height);
-                
-                if(k == 0) {
-                    console.log(b.el.getStyles());
-                    alert(JSON.stringify(b.el.getStyles()));
-                }
                 
+                b.el.select('iframe',true).set('width', width);
+                b.el.select('iframe',true).set(height)
+                // iframe?
+//                b.el.select('iframe',true).setSize(width,height);
                 
             }, this);