From: Edward Date: Tue, 18 Dec 2018 04:57:41 +0000 (+0800) Subject: Roo/bootstrap/LayoutMasonry.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=2113c4db04e027a611977fdab758cc96a2ac70c9 Roo/bootstrap/LayoutMasonry.js --- diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 48db46a2e0..0a38a7ae77 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).first().set('width', width); - b.el.select('iframe',true).first().set('height', height); + b.el.select('iframe',true).set('width', width); + b.el.select('iframe',true).set('height', height); // iframe? // b.el.select('iframe',true).setSize(width,height);