Skip to content

Commit

Permalink
Updates image gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
joshandersn committed Jun 17, 2024
1 parent e7e9df2 commit 9eb01eb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions components/content/faceGallery.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<script lang="ts" setup>
defineProps(['img1', 'img2'])
defineProps(['img1'])
</script>
<template>
<div style="display: flex; overflow:auto;">
<img :src="`img/${img1}`">
<img :src="`img/${img2}`">
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Josh's Website
---

::face-gallery{img1="face.jpg" img2="face2.jpg"}
::face-gallery{img1="banner1.jpg"}
::


Expand Down
Binary file added public/img/banner1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/face.jpg
Binary file not shown.
Binary file removed public/img/face2.jpg
Binary file not shown.

0 comments on commit 9eb01eb

Please sign in to comment.