hi,
I have a problem with image resizing. I uploaded a new image for the collection under collection list. however, when I go to mobile view, the image isn’t resizing. the size of the image is 1000x500.
A user encountered an issue where a collection list image (1000x500px) wasn’t resizing properly on mobile devices in the Athens theme.
Solution Provided:
.collection-6 .card-overlay properties:
object-fit: containheight: autopadding-bottom: 80%Outcome:
The CSS fix successfully resolved the mobile image resizing issue. The user confirmed the solution worked as intended.
hi,
I have a problem with image resizing. I uploaded a new image for the collection under collection list. however, when I go to mobile view, the image isn’t resizing. the size of the image is 1000x500.
Hello @Eugene13 .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
here’s the address https://hazmotorsport.co.uk/
it’s hazmotorsport.co.uk
@media only screen and (max-width: 600px) {
.card-overlay-media {
object-fit: contain !important;
height: auto !important;
}
.collage-6 .card-overlay {
padding-bottom: 80% !important;
}
}
thank you very much. it works!
Glad to help you. Have a good day.