Hello everyone,
I’m quite new to all this.
I’ve put a background video on my shopify at https://trepanationrecreative.com but it isn’t resposive and I dont know how to change that. I know pretty much nothing about css ![]()
Thank you !
Hello everyone,
I’m quite new to all this.
I’ve put a background video on my shopify at https://trepanationrecreative.com but it isn’t resposive and I dont know how to change that. I know pretty much nothing about css ![]()
Thank you !
Hey Honjapapi,
Please add this code in CSS file
@media screen and (max-width: 640px){
.videoBackground .videoBoxInfo {
padding: 0;
}
.videoBackground {
height: 500px;
}
}
Thanks
Pooja
Thank you very much ! It is more responsive but not 100% though ![]()