百度浏览器中视频悬浮

admin2年前Laravel850
  <video class="html5-video"
               poster="__STATIC__/portal/images/anyang.jpg"
               autoplay
               muted
               playsinline
               loop
               webkit-playsinline=""
               playsInline
               x5-playsinline
               t7-video-player-type="inline"
               x5-video-player-type="h5-page"
               x-webkit-airplay="allow"
               disablePictureInPicture
               src="https://www.runnerhome.com/wp-content/uploads/2024/11/anyangre.mp4"></video>

相关文章

解密微信绑定的手机号

public function mobile() { $code = request()->input('code'); if (!$code) { return $this-&...

不重复 的推荐码

public function getcode(){    do {        $code = rand(10000000, 99999...

编辑用户信息

*/public function useredit(){    $avatar = request()->input('avatar');   &...

生成唯一的订单号

public function get_order_sn() {     return date('Ymd') ...

接口返回处理

public function __construct()    {        $action = request()->rout...

抖音小程序码

public function dyqrcode($uid){    $url = "https://open.douyin.com/api/apps/v1/qrcode...