Suppression des flèches prev/next du slideshow photo (navigation par swipe, clavier et indicateurs)
This commit is contained in:
parent
9cb78bbccc
commit
c6e5caa4e0
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
import CategoryNav from './CategoryNav.astro';
|
import CategoryNav from './CategoryNav.astro';
|
||||||
import Slideshow from './Slideshow.astro';
|
import Slideshow from './Slideshow.astro';
|
||||||
import SlideControls from './SlideControls.astro';
|
|
||||||
import favorites from '../../data/favorites.json';
|
import favorites from '../../data/favorites.json';
|
||||||
import type { Locale } from '../../utils/i18n';
|
import type { Locale } from '../../utils/i18n';
|
||||||
|
|
||||||
|
|
@ -54,7 +53,6 @@ const imagesForJS = JSON.stringify(images.map(img => ({
|
||||||
<div id="photo-gallery" class="gallery-container">
|
<div id="photo-gallery" class="gallery-container">
|
||||||
<CategoryNav currentCategory="" lang={lang} />
|
<CategoryNav currentCategory="" lang={lang} />
|
||||||
<Slideshow images={images} lang={lang} />
|
<Slideshow images={images} lang={lang} />
|
||||||
<SlideControls lang={lang} />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script is:inline define:vars={{ imagesForJS }}>
|
<script is:inline define:vars={{ imagesForJS }}>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue