Browse Source

:fire: poster

visuddhinanda 2 years ago
parent
commit
27e50b6c1f
1 changed files with 1 additions and 1 deletions
  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,
         controls: true,
         responsive: true,
         responsive: true,
         fluid: true,
         fluid: true,
-        poster: "https://vjs.zencdn.net/v/oceans.png",
+        poster: "",
         sources: [
         sources: [
           {
           {
             src: src ? src : "",
             src: src ? src : "",