2
0
visuddhinanda 2 жил өмнө
parent
commit
27e50b6c1f

+ 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 : "",