opt: use image cdn for splashes

This commit is contained in:
Rico van Zelst
2023-11-07 17:41:03 +01:00
parent 4445bc1478
commit 167be2fd82

View File

@@ -19,7 +19,7 @@
<div <div
class="mx-4 mt-4 overflow-hidden h-52 rounded-2xl bg-clip-border border-2 border-orange-400/40"> class="mx-4 mt-4 overflow-hidden h-52 rounded-2xl bg-clip-border border-2 border-orange-400/40">
<img loading="lazy" <img loading="lazy"
src="{{ $champion->getChampionImageAttribute() }}" src="//wsrv.nl/?url={{ $champion->getChampionImageAttribute() }}&w=400&output=webp&q=70"
class="object-cover w-full h-full" class="object-cover w-full h-full"
alt="{{ $champion->name }} Splash Art" alt="{{ $champion->name }} Splash Art"
/> />