mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-02 03:37:54 +02:00
16 lines
380 B
HTML
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>
|