1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/frontend/app/gallery/lightbox/lightbox.gallery.component.html
Braun Patrik f9481c9f6e adding bootstrap to the project
Refactoring lightbox
2016-04-30 18:01:54 +02:00

6 lines
209 B
HTML

<div class="lightboxCss"
#lightbox
(click)="hide()" >
<img src="https://pixabay.com/static/uploads/photo/2015/10/01/21/39/background-image-967820_960_720.jpg" width="100%" height="100%"/>
</div>