visuddhinanda 2 lat temu
rodzic
commit
27e50b6c1f
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

@@ -29,7 +29,7 @@ export const VideoWidget = ({ src, type }: IWidget) => {
         controls: true,
         responsive: true,
         fluid: true,
-        poster: "https://vjs.zencdn.net/v/oceans.png",
+        poster: "",
         sources: [
           {
             src: src ? src : "",