fix. [PWT-121] 공통 > 액션 버튼 영상 타입 버튼 자동 재생 오류

This commit is contained in:
clkim
2025-12-02 19:06:11 +09:00
parent 83e7a97597
commit 3e190aa93c
3 changed files with 39 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ import {
getComponentGroup,
isTypeVideo,
} from '#layers/utils/dataUtil'
import { getYouTubeUrl, getYouTubeThumbnail } from '#layers/utils/youtubeUtil'
import type { PageDataTemplateComponents } from '#layers/types/api/pageData'
interface Props {
@@ -133,7 +134,7 @@ onBeforeUnmount(() => {
<transition name="fade">
<iframe
v-if="playingSlideIndex === index"
:src="getYouTubeEmbedUrl(item.display?.text, true)"
:src="getYouTubeUrl(item.display?.text)"
class="video-iframe"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"