Kaynağa Gözat

autoplay: false,

visuddhinanda 2 yıl önce
ebeveyn
işleme
2c3980bc71
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,