From: Edward Date: Tue, 18 Dec 2018 04:04:44 +0000 (+0800) Subject: Roo/bootstrap/LayoutMasonry.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=df60df8f11b4fe930fc8db617ae62a9d0a1d4891 Roo/bootstrap/LayoutMasonry.js --- diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 799fdb0ac8..20e8699250 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -661,13 +661,8 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { height = Math.floor(this.unitHeight * (b.y - 1) + (this.gutter * (b.y - 2)) + b.el.getPadding('tb')); } - if(b.videourl && b.videourl.length) { - console.log([width, height]); - alert([width, height]); - } - - b.el.setWidth(width); - b.el.setHeight(height); +// b.el.setWidth(width); +// b.el.setHeight(height); // iframe? b.el.select('iframe',true).setSize(width,height);