init
Some checks failed
Deploy / build (push) Failing after 11s

This commit is contained in:
alsaze
2025-12-02 16:14:35 +03:00
parent ed0ab55677
commit 033c89c9c7
22 changed files with 397 additions and 17 deletions

View File

@@ -2,14 +2,16 @@
<!-- Mobile -->
<div v-if="isMobile" class="gallery-mobile">
<Swiper
:pagination="true"
:pagination="{
dynamicBullets: true,
}"
:loop="true"
:modules="modules"
class="mySwiper gallery-mobile__swiper"
@double-click="openAllImages = true"
>
<SwiperSlide
v-for="image in smallImages"
v-for="image in images"
:key="image?.src"
>
<img width="100%" :src="image?.src" :alt="image?.src">