Skip to content

Commit

Permalink
perf(image): specify all dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jan 6, 2024
1 parent cedc759 commit 717f85c
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -448,19 +448,23 @@
<ul class="mt-2 flex flex-wrap items-center justify-around">
<li class="m-4">
<a class="inline-block" href="https://maev.si/">
<img
<nuxt-img
alt="maevsi's logo"
class="h-12"
class="h-12 w-auto"
height="180"
src="/assets/static/logos/maevsi.svg"
width="547"
/>
</a>
</li>
<li class="m-4">
<a class="inline-block" href="https://nearbuy-food.de/">
<img
<nuxt-img
alt="nearbuy's logo"
class="h-12"
class="h-12 w-auto"
height="734"
src="/assets/static/logos/nearbuy.svg"
width="1734"
/>
</a>
</li>
Expand All @@ -469,10 +473,12 @@
class="inline-block"
href="https://creal.jonas-thelemann.de/"
>
<img
<nuxt-img
alt="cReal's logo"
class="h-12"
class="h-12 w-auto"
height="1330"
src="/assets/static/logos/creal.svg"
width="1330"
/>
</a>
</li>
Expand All @@ -481,10 +487,12 @@
class="inline-block"
href="https://trapparty.jonas-thelemann.de/"
>
<img
<nuxt-img
alt="TrapParty's logo"
class="h-12"
class="h-12 w-auto"
height="1308"
src="/assets/static/logos/trapparty.svg"
width="1308"
/>
</a>
</li>
Expand Down

0 comments on commit 717f85c

Please sign in to comment.