From e610af25df629efa4428c758436c574c1cd62786 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:59:11 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 0a38a7ae77..7ed002955f 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -664,8 +664,10 @@ 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', height); + b.el.select('iframe',true).set({ + width: width, + height: height + }); // iframe? // b.el.select('iframe',true).setSize(width,height); -- 2.39.2