Roo/bootstrap/LayoutMasonry.js
authorEdward <edward@roojs.com>
Tue, 18 Dec 2018 04:59:35 +0000 (12:59 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Dec 2018 04:59:35 +0000 (12:59 +0800)
Roo/bootstrap/LayoutMasonry.js

index 7ed0029..7864971 100644 (file)
@@ -663,13 +663,8 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
                 
                 b.el.setWidth(width);
                 b.el.setHeight(height);
-                
-                b.el.select('iframe',true).set({
-                    width: width,
-                    height: height
-                });
                 // iframe?
-//                b.el.select('iframe',true).setSize(width,height);
+                b.el.select('iframe',true).setSize(width,height);
                 
             }, this);