fix. [ECW-20] iOS 환경 메인 영상 자동 재생 미적용 오류 테스트

This commit is contained in:
clkim
2026-03-03 16:00:05 +09:00
parent 017f4a92bc
commit 09dd34a90b

View File

@@ -54,6 +54,9 @@ export const getYouTubeUrl = (
if (!params.has('rel')) {
params.set('rel', rel ? '1' : '0')
}
if (!params.has('mute')) {
params.set('mute', '1')
}
const baseUrl = (() => {
const isEmbedUrl = urlObj.pathname.startsWith('/embed/')