Ver Fonte

autoplay: false,

visuddhinanda há 2 anos atrás
pai
commit
2c3980bc71
1 ficheiros alterados com 1 adições e 1 exclusões
  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 (
     <VideoPlayer
       options={{
-        autoplay: true,
+        autoplay: false,
         controls: true,
         responsive: true,
         fluid: true,