Merge pull request #6 from optrader8/claude/homePanel-homeBanner-refactor-011CV1NvCvCSMmVx4CeDRtdk
[ProductVideoV2] 비디오 오버레이 표시 로직 개선
This commit is contained in:
@@ -377,6 +377,7 @@ export default function ProductVideoV2({
|
||||
onEnded={handleVideoEnded}
|
||||
onBackButton={handleBackButton}
|
||||
noAutoPlay={false}
|
||||
noAutoShowMediaControls={!isFullscreen}
|
||||
autoCloseTimeout={5000}
|
||||
spotlightDisabled={!isFullscreen}
|
||||
isYoutube={isYoutube}
|
||||
@@ -388,7 +389,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}
|
||||
|
||||
Reference in New Issue
Block a user