fix. [ECW-15] iOS 환경 메인 BG 영상 미적용 이슈 대응
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user