HI,
I have a problem with the images in the mobile version. they are cut, how can I insert them whole? do I have to change px? I use the standard 1920x960 px
Best regards,
Dan
HI,
I have a problem with the images in the mobile version. they are cut, how can I insert them whole? do I have to change px? I use the standard 1920x960 px
Best regards,
Dan
Hi Dan,
You can try this custom css code:
@media (max-width: 767.98px){
.acm-slideshow .background {
background-size: contain;
background-repeat: no-repeat;
}
.acm-slideshow .item {
height: 260px;
}
}
and adjust the height to the value which suits your need.
Perfect! Resolved!
Thank you
You're welcome