fix. [ECW-15] iOS 환경 메인 BG 영상 미적용 이슈 대응

This commit is contained in:
clkim
2026-03-03 15:41:29 +09:00
parent 19542a166b
commit c4df274b7f

View File

@@ -118,8 +118,10 @@ onBeforeUnmount(() => {
ref="videoRef"
:poster="props.poster"
:loop="props.loop"
:autoplay="props.play"
muted
playsinline
webkit-playsinline
>
<source :src="props.src" :type="`video/${props.type}`" />
</video>