From 33a27415c98f721ac5b1e461bbcceeefd40b803a Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:55:24 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 6b6ad3021b..45c0a24572 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -663,6 +663,9 @@ 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) // iframe? // b.el.select('iframe',true).setSize(width,height); -- 2.39.2