메인비주얼 영상 소리가 안나와요 채택완료
4271645
3년 전
조회 2,421
</p>
<p><? if (!$is_mobile) { ?></p>
<p><video id="bg-movie1" class="bg-movie bg-movie1" src="<?=THEMA_URL?>/mp4/bg-movie1.mp4" autoplay loop preload data-keepplaying muted></video></p>
<p><? } else { ?></p>
<p><div class="img" style="background-image:url(<?=THEMA_URL?>/img/main1.jpg);"></div></p>
<p><? } ?></p>
<p>
muted 를 지워도 영상 소리가안나와요 ㅠㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변 3개
채택된 답변
+20 포인트
3년 전
https://developer.chrome.com/blog/autoplay/
- Muted autoplay is always allowed.
- Autoplay with sound is allowed if:
- The user has interacted with the domain (click, tap, etc.).
- On desktop, the user's https://developer.chrome.com/blog/autoplay/#media-engagement-index">Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
- The user has https://web.dev/customize-install/">added the site to their home screen on mobile or https://web.dev/progressive-web-apps/">installed the PWA on desktop.
- Top frames can https://developer.chrome.com/blog/autoplay/#iframe-delegation">delegate autoplay permission to their iframes to allow autoplay with sound.
참고하세요.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
4
4271645
3년 전
아 그러면 자동재생하면서 소리가 출력되는 방법은 없는걸까요
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인