How to resize collection header images for mobile only

Hi, @KAillustration .

You can try this code: it will be helpful to you

Go to the online store theme and go to base.css file paste the code mentiond below.

@media (max-width: 767px) {

.animate--fixed>img:not(.zoom):not(.deferred-media__poster-button) {
    height: 60vh;
    margin-top: 0px;
    position: relative
}

}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!