Shopify themes, liquid, logos, and UX
I want to change aspect of Video between Mobile and Desktop?
Keep Desktop video aspect but mobile change to 9:16
https://2d21d4-3.myshopify.com/
LG999
Following pictures
Solved! Go to the solution
This is an accepted solution.
Hi @LG999
You can use below code.'
@media screen and (max-width: 767px) {
.section-template--14823502184550__9e36d8d0-1c42-442e-b6ce-923c3796141c-padding {
position: relative;
padding-top: 177%;
}
.section-template--14823502184550__9e36d8d0-1c42-442e-b6ce-923c3796141c-padding video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
}
This is an accepted solution.
Hi @LG999
You can use below code.'
@media screen and (max-width: 767px) {
.section-template--14823502184550__9e36d8d0-1c42-442e-b6ce-923c3796141c-padding {
position: relative;
padding-top: 177%;
}
.section-template--14823502184550__9e36d8d0-1c42-442e-b6ce-923c3796141c-padding video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024