Does anyone know how to change the size of collection header images on mobile only using the following code but without affecting the animation image behaviour? I want to keep my settings of having a ‘fixed background position’ but edit the collection header image sizing as per the code below.
@media (max-width: 767px) { .animate–fixed>img:not(.zoom):not(.deferred-media__poster-button) { height: 60vh; margin-top: 0px; position: relative } }