Roo/bootstrap/MasonryBrick.js
authoredward <edward@roojs.com>
Thu, 28 Dec 2017 02:53:26 +0000 (10:53 +0800)
committeredward <edward@roojs.com>
Thu, 28 Dec 2017 02:53:26 +0000 (10:53 +0800)
Roo/bootstrap/MasonryBrick.js

index 50b8f55..34728b6 100644 (file)
@@ -104,7 +104,7 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
             cls += ' mask-inverse';
         }
         
-        if(!this.html.length && !this.maskInverse){
+        if(!this.html.length && !this.maskInverse && !this.videourl.length){
             cls += ' enable-mask';
         }