Shopify themes, liquid, logos, and UX
Hello so I used this code to make a video banner and looks great on Destop but the resizing on mobile isn't that great https://www.youtube.com/watch?v=-Zy-gHGQDtU&t=354s the them I'm using is Origin. The website is https://houseofgod.clothing/
Solved! Go to the solution
This is an accepted solution.
Hey @HOUSEOFGOD
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 767px) {
.videoBackground .fullscreen-video-wrap .video-js {
object-fit: fill !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @HOUSEOFGOD
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 767px) {
.videoBackground .fullscreen-video-wrap .video-js {
object-fit: fill !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Your are a life saver!!!!👍
hi, @HOUSEOFGOD
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find base.css file
@media screen and (max-width: 767px) {
.videoBackground .fullscreen-video-wrap .video-js{
object-fit: inherit !important;
}
}
Hi @HOUSEOFGOD ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(max-width:767px){
#shopify-section-template--17128544141561__6355322d-a1cf-4b73-bc43-428390fcbdf4 .videoBox{
min-height:unset !important;
height:100vw !important
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
211 | |
167 | |
69 | |
55 | |
53 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023