Hi there,
the mobile view of my website cuts off images and narrows 2 columns into 1. I’d love some help resizing this please. www.littletoesch.com using the capital theme.
Hi there,
the mobile view of my website cuts off images and narrows 2 columns into 1. I’d love some help resizing this please. www.littletoesch.com using the capital theme.
can you please share issue images?
I will send them to you
ok i will be waiting
yes, please try this code
@media (max-width: 720px) {
.slideshow-wrapper:not(.slideshow-same-height) img {
height: auto;
object-fit: contain;
}
}
it’s better, but now the images are too small - there’s a big gap between the image and the slider bar
not seeing that edit
thats what it should look like, but the code you gave me didnt do that
yes, please add this code also
@media (max-width: 720px) {
.slideshow-wrapper:not(.slideshow-same-height) .slick-list, .slideshow-wrapper:not(.slideshow-same-height) .slick-track, .slideshow-wrapper:not(.slideshow-same-height) .slideshow-content-wrapper {
height: 100%;
}
.slick-slide {min-height: 100% !important;}
}
Thank you, it’s much better, but there’s still a small white space. The images are also cropped on the desktop view, and this shows the entire image - it should be zoomed in a little bit more. I sent you pictures @KetanKumar
i have check now its proper look i can’t see blank spacing as per your screenshot
I highlighted the blank space @KetanKumar
yes i know bt i have check my device i can’t see sorry
it doesnt show up on your device? Can you still help with the code please?
We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?
in safari on a cell phone
yes please try this code
@supports (-webkit-touch-callout: none) {
.slideshow-wrapper:not(.slideshow-same-height) .slick-list, .slideshow-wrapper:not(.slideshow-same-height) .slick-track, .slideshow-wrapper:not(.slideshow-same-height) .slideshow-content-wrapper {
height: 180px;
}
}
Thank you. I added the code but it didn’t change anything. Is there another code I can try?
if possible to staff account so i will check my end