Przeglądaj źródła

autoplay: false,

visuddhinanda 2 lat temu
rodzic
commit
2c3980bc71
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dashboard/src/components/general/Video.tsx

+ 1 - 1
dashboard/src/components/general/Video.tsx

@@ -25,7 +25,7 @@ export const VideoWidget = ({ src, type }: IWidget) => {
   return (
   return (
     <VideoPlayer
     <VideoPlayer
       options={{
       options={{
-        autoplay: true,
+        autoplay: false,
         controls: true,
         controls: true,
         responsive: true,
         responsive: true,
         fluid: true,
         fluid: true,