Hey!
Images looking cropped on mobile and tablet devices. What is wrong with this coding?
@media only screen and (max-width: 767px) {
.page-id-12 .avia-slideshow {
width: 70% !important;
height: 70% !important;
}
}
Regards,
Me.llamo
Hey Me.llamo!
It’s from this code your using.
.avia-slideshow li img {
max-width: 520px !important;
min-height: 380px !important;
}
Remove the min-height.
Cheers!
Elliott
Thank you Elliott, it works!
I also deleted the code I mentioned earlier, because it’s of no effect.