X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FLayoutMasonry.js;h=0b082f79d6dd8d03ea9986c83732140f167f9a44;hp=281ec2dd4715afea2d11a2f98465e8247b2b89fd;hb=05d4479b42d7cf53ba7a700636903c81ff49d9a7;hpb=bbcf546f87d4e1f1f5d9c4508331421bb3ddc851 diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 281ec2dd47..0b082f79d6 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -664,8 +664,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); - b.el.select('iframe',true).set(height); + b.el.select('iframe',true).first().set('width', width); + b.el.select('iframe',true).first().set(height); // iframe? // b.el.select('iframe',true).setSize(width,height);