fix. [PWT-121] 공통 > 액션 버튼 영상 타입 버튼 자동 재생 오류
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user