From 08482b92246246a98a4274a2b139f3419c16ce19 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:03:45 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 88ca322266..53b18fb20d 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -651,7 +651,10 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { Roo.each(box, function(b,kk){ - Roo.log(b); + if(b.videourl && b.videourl.length) { + + } + b.el.position('absolute'); var width = Math.floor(this.unitWidth * b.x + (this.gutter * (b.x - 1)) + b.el.getPadding('lr')); -- 2.39.2