Roo/bootstrap/MasonryBrick.js
[roojs1] / Roo / bootstrap / MasonryBrick.js
index 3ef4672..a2ddd89 100644 (file)
@@ -301,8 +301,9 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
                 tag: 'iframe',
                 cls: 'masonry-brick-image-view',
                 src: vurl,
-                frameborder : 0,
-                allowfullscreen : true
+                frameborder : 5,
+                allowfullscreen : true,
+                style: "border: 5px dotted green;"
             });
         }
         
@@ -381,7 +382,7 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
             this.selectBrick();
         }
         
-        this.fireEvent('click', this);
+        this.fireEvent('click', this, e);
     },
     
     enter: function(e, el)