shuisheng před 2 roky
rodič
revize
48d781e9ad
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/utils/index.ts

+ 1 - 1
src/utils/index.ts

@@ -305,7 +305,7 @@ export const createVideo = ({
   videoEl.muted = muted;
   videoEl.playsInline = true;
   videoEl.loop = true;
-  videoEl.controls = true;
+  videoEl.controls = false;
   videoEl.setAttribute('webkit-playsinline', 'true');
   videoEl.setAttribute('x5-video-player-type', 'h5');
   videoEl.setAttribute('x5-video-player-fullscreen', 'true');