Merge pull request #6 from optrader8/claude/homePanel-homeBanner-refactor-011CV1NvCvCSMmVx4CeDRtdk

[ProductVideoV2] 비디오 오버레이 표시 로직 개선
This commit is contained in:
optrader8
2025-11-11 12:46:18 +09:00
committed by GitHub

View File

@@ -377,6 +377,7 @@ export default function ProductVideoV2({
onEnded={handleVideoEnded} onEnded={handleVideoEnded}
onBackButton={handleBackButton} onBackButton={handleBackButton}
noAutoPlay={false} noAutoPlay={false}
noAutoShowMediaControls={!isFullscreen}
autoCloseTimeout={5000} autoCloseTimeout={5000}
spotlightDisabled={!isFullscreen} spotlightDisabled={!isFullscreen}
isYoutube={isYoutube} isYoutube={isYoutube}
@@ -388,7 +389,7 @@ export default function ProductVideoV2({
(typeof window === 'object' && !window.PalmSystem) || isYoutube ? TReactPlayer : Media (typeof window === 'object' && !window.PalmSystem) || isYoutube ? TReactPlayer : Media
} }
type="MEDIA" type="MEDIA"
panelInfo={{ modal: false }} panelInfo={{ modal: !isFullscreen }}
captionEnable={false} captionEnable={false}
setIsSubtitleActive={setIsSubtitleActive} setIsSubtitleActive={setIsSubtitleActive}
setCurrentTime={setCurrentTime} setCurrentTime={setCurrentTime}