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