mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08: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>
|