Skip to content

Commit

Permalink
Minified images
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Dec 5, 2023
1 parent 49f1b0e commit 34fd8ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions components/image-gallery/image-gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
snap-align="center"
>
<custom-slide v-for="(image, index) in images" :key="index">
<div class="image-gallery__test">
<a @click="() => showImg(index, images)">
<NuxtImg
class="image-gallery__image"
:src="image?.src"
format="png"
placeholder
/>
</a>
</div>
<a @click="() => showImg(index, images)">
<NuxtImg
class="image-gallery__image"
:src="image?.src"
format="png"
placeholder
/>
</a>
</custom-slide>

<template #addons>
Expand Down
Binary file modified public/images/sloefke/kamer-1/test.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/sloefke/kamer-1/test2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/sloefke/kamer-1/test3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34fd8ef

Please sign in to comment.