feat(modal): add zoomable image viewer

This commit is contained in:
2026-09-02 14:13:38 -03:00
parent 158b28ec1a
commit 8bc0e165c7
8 changed files with 536 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
<div class="modal-shell" (click)="backdropClick.emit()">
<div
class="modal-shell"
[class.modal-shell--fullscreen-media]="presentation() === 'fullscreen-media'"
(click)="backdropClick.emit()"
>
<div
class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-shell__dialog"
[ngClass]="dialogClass()"