From f75d2de0ff2a760bf49fa62451c9f939d7e1ef6d Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:57:23 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 0b082f79d6..48db46a2e0 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -665,7 +665,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { b.el.setHeight(height); b.el.select('iframe',true).first().set('width', width); - b.el.select('iframe',true).first().set(height); + b.el.select('iframe',true).first().set('height', height); // iframe? // b.el.select('iframe',true).setSize(width,height); -- 2.39.2