CSS๐ง/css ํํ์ด์ง ๋ผ์ด๋ธ๋ฌ๋ฆฌ
ํํ์ด์ง ์ ํ๋ธ ๋ฉ์ถค / IPA ํ์ฉ/ data-keepplaying
hyojinny
2022. 12. 21. 11:43
ํํ์ด์ง์ ์ ํ๋ธ ๋์์์ ๋ฐฐ๊ฒฝ์ผ๋ก ๋ฃ์ผ๋ฉด ์๋ํ๋ ์ด๊ฐ ๊น๋นก๊ฑฐ๋ฆฌ๋ฉฐ ๊บผ์ง๋ ํ์๋ฐ๊ฒฌ
https://developers.google.com/youtube/iframe_api_reference
iframe ์ฝ์ ์ ๋ํ YouTube Player API ์ฐธ์กฐ ๋ฌธ์ | YouTube IFrame Player API | Google Developers
Embed a YouTube player in your application.
developers.google.com
์ฐธ๊ณ
https://urakasumi.tistory.com/151
fullpage.js ์ฌ์ฉ์ค ๋ค๋ฅธ ํ์ด์ง๋ก ๋์ด๊ฐ์ ๋์์์ด ๋ฉ์ถค
data-keepplaying ์์ฑ ์ถ๊ฐํด์ ํด๊ฒฐ Your browser does not support the video tag.
urakasumi.tistory.com
๊ฒฐ๋ก
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="ํํ์ด์ง๋ฉ์ธ์์" width="640" height="360" src="https://www.youtube.com/embed/DL9L0auxQWE?autoplay=1&controls=0&loop=1&mute=1&playlist=DL9L0auxQWE&enablejsapi=1" data-keepplaying ></iframe>
ํํ์ด์ง๋ฅผ ๋ ๋๋ฉด video ๋ iframe ์ ์๋์ผ๋ก ์ผ์์ ์ง๋๋ค.
enablejsapi=1 ๋งค๊ฐ๋ณ์ ์ถ๊ฐ
์ด๋ data-keepplaying ์ถ๊ฐํ์ฌ๋นํ์ฑํ ์ํจ๋ค.