diff --git a/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx b/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx index 88bda1c88a6..897ac870bf3 100644 --- a/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx +++ b/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx @@ -822,7 +822,7 @@ export const ScenePlayer: React.FC = ({ return (
diff --git a/ui/v2.5/src/components/ScenePlayer/styles.scss b/ui/v2.5/src/components/ScenePlayer/styles.scss index 0878c77047e..7044123a0ff 100644 --- a/ui/v2.5/src/components/ScenePlayer/styles.scss +++ b/ui/v2.5/src/components/ScenePlayer/styles.scss @@ -34,6 +34,10 @@ $sceneTabWidth: 450px; } } +.VideoPlayer.no-file .vjs-big-play-button { + display: none; +} + .video-js { height: 100%; position: absolute;