Hi,
I am working on the site theothelabel.com and I noticed on mobile that when you start scrolling down the main banner image glitches and the size changes. Is there a way to fix this?
Thanks
Hi,
I am working on the site theothelabel.com and I noticed on mobile that when you start scrolling down the main banner image glitches and the size changes. Is there a way to fix this?
Thanks
Hey @JoeyRoo,
I just take a look and cannot see the issue.
it seems this issue is specifically on your device only. If you could share the screen recorded video then I can take a look into it.
Thanks
Hi @JoeyRoo
@media (max-width: 749px) {
.slideshow__slide-bg {
aspect-ratio: 4 / 5;
height: auto !important;
}
.slideshow__slide-bg img {
object-fit: cover !important;
width: 100%;
height: 100%;
}
slide-show.slideshow {
aspect-ratio: 4 / 5;
height: auto !important;
}
}