From 83a1e846060f0233382b76d3f9e6bde6f2b8bf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Thu, 29 Aug 2024 09:19:04 +0200 Subject: [PATCH] perf: use async decoding and eager loading in images (#2437) Signed-off-by: GitHub --- frontend/index.html | 2 +- frontend/src/components/lib/JImg.vue | 5 +++-- frontend/src/components/lib/JSplashscreen.vue | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 7ecd08cb0a4..16cf285d681 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,6 +14,6 @@ - Jellyfin Logo + Jellyfin Logo diff --git a/frontend/src/components/lib/JImg.vue b/frontend/src/components/lib/JImg.vue index 63061ee9b0e..c25853e0bb5 100644 --- a/frontend/src/components/lib/JImg.vue +++ b/frontend/src/components/lib/JImg.vue @@ -13,8 +13,9 @@ + loading="eager" + decoding="async" + v-bind="mergeProps($props, $attrs)">