X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FLayoutMasonry.js;h=53b18fb20d4fbabe13cb7e228de53234a0ec5e46;hp=88ca322266f976c2f10dcfdc7696ab1d61f78d89;hb=08482b92246246a98a4274a2b139f3419c16ce19;hpb=2fcf389a2462f1df96a8e08395b38c52ebcb1562 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'));