Hi there,
I have a video on my shopify store home page, but it seema big for desktop and mobile version. How can resize it to fit the screen?
Hi there,
I have a video on my shopify store home page, but it seema big for desktop and mobile version. How can resize it to fit the screen?
The website url is: https://utsahas.store/
@media only screen and (min-width: 750px) {
.media>*:not(.zoom):not(.deferred-media__poster-button){
padding: 25rem 15rem !important;
}
}
@media only screen and (max-width: 749px) {
.media>*:not(.zoom):not(.deferred-media__poster-button){
padding: 2rem;
}
}