Daxuen
August 1, 2023, 7:26pm
1
When I zoom out a space in the side of the image banner appears (Image below), I took the CSS and Html code from ChatGPT, but apparently, there is a problem. (The code is below the images)
.img-link {
display: block;
max-width: 100%;
height: auto;
}
.img-link {
display: block;
max-width: 100%;
height: auto;
transition: transform 0.7s ease-out;
}
.img-link:hover {
transform: scale(1.03);
}
.img-link-container {
overflow: hidden;
}
@Daxuen
give us the store URL then we will able to help you.
Daxuen
August 3, 2023, 7:52am
3
www.daxuen.com
The issue also happens with the other collection images that are in the homepage.
If you zoom out enough you will see it.
@Daxuen
Hello,
Please add below code above in theme.liquid
online store >> edit code >> theme.liquid
after add this code look like
If our solution helpful then please don’t forget the link and tap on accepted.
Thankyou
Daxuen
August 5, 2023, 7:46am
5
Thank you for the help. But the Collection Images are still not fixed as you can see here.
How can I fix them too?