bugfix
parent
b7359df3ce
commit
8a84557f54
|
|
@ -56,6 +56,7 @@ export class SwiperGalleryComponent {
|
|||
}
|
||||
|
||||
onSwiperChange(event) {
|
||||
this.active = event[0].realIndex;
|
||||
this.thumb.swiperRef.slideTo(event[0].realIndex-1)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ images-section{
|
|||
align-items: center;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: rgba(37, 46, 52, 60%);
|
||||
background-color: grey;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue