diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v2.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v2.jsx index 030476d1..7c76a3ef 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v2.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v2.jsx @@ -411,6 +411,7 @@ export default function ProductVideoV2({ onEnded={handleVideoEnded} onBackButton={handleBackButton} noAutoPlay={false} + noAutoShowMediaControls={!isFullscreen} autoCloseTimeout={5000} spotlightDisabled={!isFullscreen} isYoutube={isYoutube} @@ -422,7 +423,7 @@ export default function ProductVideoV2({ (typeof window === 'object' && !window.PalmSystem) || isYoutube ? TReactPlayer : Media } type="MEDIA" - panelInfo={{ modal: false }} + panelInfo={{ modal: !isFullscreen }} captionEnable={false} setIsSubtitleActive={setIsSubtitleActive} setCurrentTime={setCurrentTime}