fix. [ECW-20] iOS 환경 메인 영상 자동 재생 미적용 오류 테스트
This commit is contained in:
@@ -54,6 +54,9 @@ export const getYouTubeUrl = (
|
|||||||
if (!params.has('rel')) {
|
if (!params.has('rel')) {
|
||||||
params.set('rel', rel ? '1' : '0')
|
params.set('rel', rel ? '1' : '0')
|
||||||
}
|
}
|
||||||
|
if (!params.has('mute')) {
|
||||||
|
params.set('mute', '1')
|
||||||
|
}
|
||||||
|
|
||||||
const baseUrl = (() => {
|
const baseUrl = (() => {
|
||||||
const isEmbedUrl = urlObj.pathname.startsWith('/embed/')
|
const isEmbedUrl = urlObj.pathname.startsWith('/embed/')
|
||||||
|
|||||||
Reference in New Issue
Block a user