hi,
I added slides show for my website. But the image size can not fit for desktop and mobile at the same time.
The image will be cut off in mobile screen.
Can anyone help?
Thanks
From desktop:
From Mobile:
hi,
I added slides show for my website. But the image size can not fit for desktop and mobile at the same time.
The image will be cut off in mobile screen.
Can anyone help?
Thanks
From desktop:
From Mobile:
My website:
Check this one.
@media only screen and (max-width: 749px){
.media>img {
object-fit: unset !important;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
hi,
Website is fine, the issue is on mobile device.
I added in the theme code as per your suggestion, but slides still cut off from mobile device.
My theme is dawn.
Thanks
oh not in the theme.liqud on the base.css/section-image-banner.css either on that two files in the asset folder.