Switch media with breakpoint

Hi !
I have 2 videos for the website. I have one horizontal for desktop and another one for mobile. I want to add like a breakpoint and the media would switch. When I try to make that, it’ll keep the same media without any switches and I’m not quite sure on how Velo works (like there are some commands in javascript but not sure if it can work with CSS)
Thanks :slight_smile:

Hey! You can simply use another video element for mobile while setting the desktop one to “don’t display” on mobile breakpoint

tysm ! Didnt see that option and didnt found something online ^^’