master
Boris Voropaev 2023-12-06 12:44:29 +03:00
parent b7359df3ce
commit 8a84557f54
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ export class SwiperGalleryComponent {
}
onSwiperChange(event) {
this.active = event[0].realIndex;
this.thumb.swiperRef.slideTo(event[0].realIndex-1)
}

View File

@ -235,7 +235,7 @@ images-section{
align-items: center;
width: 100vw;
height: 100vh;
background-color: rgba(37, 46, 52, 60%);
background-color: grey;
}