feat(images): add default image placeholders

This commit is contained in:
Rico van Zelst
2025-09-27 11:56:46 +02:00
parent 60d9aa48be
commit 288bbc750d
3 changed files with 7 additions and 7 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="h-full border-2 w-80 border-orange-400/40 rounded-xl"
src="//wsrv.nl/?url={{ $skin->getSkinImageAttribute() }}&w=480&output=webp&q=75&maxage=2d"
src="//wsrv.nl/?url={{ $skin->getSkinImageAttribute() }}&w=480&output=webp&q=75&maxage=2d&default=i.ibb.co/xt3D5LMt/heimerdingerlol-placeholder.webp"
alt="{{ $skin->skin_name }} Splash Art">
</a>
<div class="flex flex-col items-center justify-center">