百度浏览器中视频悬浮

admin2年前Laravel765
  <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 __construct()    {        $action = request()->rout...

excel 导出

header("Content-Type: application/vnd.ms-excel; name='excel'"); header("Content-Disposition:atta...

发送公众号信息

* 发送消息 */public function tosend($openid, $title, $content, $time, $aid){    $tokens = $thi...

laravel 加cache锁

use Illuminate\Support\Facades\Redis; use Illuminate\Support\Facades\Cache; $lock = Ca...

上传图片

public function image(){    $obFile = request()->file('image');    if...

获取微信的Token

 public function Token()    {        $this->path = __DIR__ . &...