Video videos can be played normally in other browsers, but not in chrome browsers, but can be played in F12 debug mode refresh.

<video loop="loop"  autoplay="autoplay" poster="img/videobg.jpg">
    <source src="img/design1.mp4" type="video/mp4" />
</video>

video chromef12  
Apr.03,2021

solution: to add the muted attribute to the video tag, please refer to https://blog.csdn.net/taiyang.

as follows:
< video muted loop=" loop "> < / video >
.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2ad5c-2ba51.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2ad5c-2ba51.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?