We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38ee5a commit facff7fCopy full SHA for facff7f
frontend/src/app/applications/spaces/components/spaces-browser.component.html
@@ -241,7 +241,7 @@
241
class="card">
242
<div [attr.rowIndex]="$index" class="card-body">
243
@if (f.isImage) {
244
- <img (error)="f.isImage = false" [style.height.px]="galleryMode.image" alt="" class="img-fluid"
+ <img (error)="f.isImage = false" [style.max-height.px]="galleryMode.image" alt="" class="img-fluid"
245
draggable="true" src="{{f.thumbnailUrl}}?size={{galleryMode.imageRes}}">
246
} @else {
247
<img [src]="f.mimeUrl" [height]="galleryMode.image" [width]="galleryMode.image" alt="" draggable="true" (error)="f.fallBackMimeUrl()">
0 commit comments