如何回显我的视频标签,以便我的视频可以在任何设备上播放?

i wanted to play my videos from the database using PHP and as i put my video tag in my echo statement video plays fine on a PC and laptop but when it comes to mobile android and IOS my player won't play the videos. this is the current code that i'm using

echo "<video loop autoplay width='1360' height='720'>

$name
";

i'd appreciate the help, i'm still new to programming so i'm trying my best to learn. thank you for your time