fix(ui): update image quality to 75 for recent and upcoming skins

Reduce image quality to 75 for recent and upcoming skin images.
This commit is contained in:
Rico van Zelst
2024-02-27 11:49:22 +01:00
parent 9bc14f21e5
commit 7ecdad0ebb
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
<div class="flex flex-col items-center justify-center">
<a href="{{ route('skins.show', $skin->slug) }}">
<img loading="lazy" class="border-2 w-80 min-h-44 aspect-video border-orange-400/40 rounded-xl"
src="//wsrv.nl/?url={{ $skin->getSkinImageAttribute() }}&w=640&output=webp&q=95"
src="//wsrv.nl/?url={{ $skin->getSkinImageAttribute() }}&w=640&output=webp&q=75"
alt="{{ $skin->skin_name }} Splash Art">
</a>
<div class="flex flex-col items-center justify-center">