1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-16 11:37:13 +02:00
pigallery2/frontend/app/gallery/lightbox/lightbox.gallery.component.html

12 lines
269 B
HTML
Raw Normal View History

2016-04-30 18:33:07 +02:00
<div
(click)="hide()">
<div class="blackCanvas"
#blackCanvas>
</div>
<div class="lightbox"
#lightbox>
<img [src]="getThumbnailPath()" [style.width]="photoStyle.width" [style.height]="photoStyle.height"/>
</div>
</div>