Shopify themes, liquid, logos, and UX
Hi, I need help in making adjustments in the video proportions of my website. Desktop version works just fine. But when it comes to my mobile version it's too small and i would just like it too be zoomed it to fit on my homepage
Desktop
Mobile
How I want it to be
www.constructionlayers.com
PW: CollectionThree
Hi,
To achieve your expected, you can follow this:
- Go to Themes -> Edit Code -> assets/base.css file, then add script at line to bottom of that file.
.video-container iframe, .video-container video {
object-fit: fill;
}
@media screen and (max-width: 768px) {
.video-container {
min-height: 450px;
}
}
Hope it's helpful to you
Hello it ends up distorting my page. I dont want it distorted
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024