1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/gallery/lightbox/lightbox.gallery.component.html
Braun Patrik 142bf34a87 bugfixing
2016-04-30 21:36:24 +02:00

16 lines
380 B
HTML

<div
[hidden]="!activePhoto"
(click)="hide()">
<div class="blackCanvas"
#blackCanvas>
</div>
<div class="lightbox"
#lightbox>
<div class="imgContainer">
<img #thImage [src]="getThumbnailPath()" />
<img #image [src]="getPhotoPath()" style="position:absolute;"/>
</div>
</div>
</div>