Different video size on mobile

Hi all, I have an opening video on my site that is horizontal 16x9. On mobile, I’d love it to show up In a vertical version, 9x16. Is there any way I can set mobile to have a different video? Or at least crop it differently? I can’t get the editor to crop the video, and I’m hoping theres a coding solution. I no VERY little about code so any help is great!

Wont cropping the video lead out the main content of your video … (outside the box)
you can do by embedding site with iframe
for code check here HTML Video (w3schools.com)
or u can just use wix video player without cropping n giving it its default size of video

For your site, if coding isn’t your thing, try editing a vertical version of your video first with an mp4 video editor. Then, look into using CSS media queries to swap out the videos based on screen size. It’s a straightforward solution without needing to deep-dive into code.