Shopify themes, liquid, logos, and UX
I need help with custom video section in product page (Dawn Theme). I need this video inside frame of 16:9 with empty space as black.
PFA below
Solved! Go to the solution
This is an accepted solution.
remove old css of .responsive-video you just add is css
.responsive-video {
position: relative;
width: 100%;
max-width: 800px;
height: 0;
padding-bottom: 56.25%;
background-color: black;
margin: 0 auto;
}
.responsive-video > video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
This is an accepted solution.
remove old css of .responsive-video you just add is css
.responsive-video {
position: relative;
width: 100%;
max-width: 800px;
height: 0;
padding-bottom: 56.25%;
background-color: black;
margin: 0 auto;
}
.responsive-video > video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
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