Hi guys,
I’d like to edit the video size in Mobile view
When I hit/ tap the play button, the video size shrinks and leaves white gaps at the both edges (as picture 1). How can I make the video covers the screen width completely (as the picture 2).
Please check my url: https://189ee3-2.myshopify.com/products/tank-top
Thank you,
@collins276 , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
deferred-media video{
object-fit: cover !important;
}
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
1 Like