How can I edit mobile view video size to cover full screen width?

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,

Hey @collins276

Try this code

.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    transform: scale(1.1)!important;
}

It didn’t work :roll_eyes: