Different Video size on mobile and desktop

I have a video that I want to be “the actual” size (the size of the video) on desktop and more fill the whole screen on mobile.

I am using the theme Dawn.

And have put in this code in Liquid code:

video { width: 100%; height: auto; display: block; margin: 0 auto; }
1 Like

Thank you that worked!

1 Like