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;
}
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025