From 9c27bca94ec1b4ea93b9b992dc3c45dcad63c29e Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 28 Mar 2024 08:31:35 +0100 Subject: [PATCH] fix: 100% height instead of width for img --- src/views/RoomsPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/RoomsPage.vue b/src/views/RoomsPage.vue index 3605aff..73f4cbe 100644 --- a/src/views/RoomsPage.vue +++ b/src/views/RoomsPage.vue @@ -109,7 +109,7 @@ h4 { } img { - width: 100%; + height: 100%; object-fit: cover; border-radius: 14px; min-height: 0;