html, css - μ νλΈ λμμ λ£κΈ°
μ¬κΈ° μ¬μλ²νΌμ λλ₯Όμ μ νλΈ λμμμ΄ νμ μΌλ‘ λ°μ μλλ‘ μ μ©ν΄λ³΄μ
1. μ νλΈμμ νκ·Έ κ°μ Έμ€κΈ°
framenorder μμ±μ λΉνμ€μ΄λ―λ‘ μ κ±°
λ¨ μ΄λ΄κ²½μ° μλμ¬μμ΄λ 무ν μ¬μμ΄ μ μ©λμ§μλλ€.
<iframe width="560" height="315" src="https://www.youtube.com/embed/jeqdYqsrsA0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2. μλμ¬μ autoplay
μ νλΈ μ΅μ μ urlλ€μ νλΌλ©ν°(λ§€κ°λ³μ)λ₯Ό λΆμΈλ€.
url?νλΌλ©ν°=κ°&νλΌλ©ν°=κ° νμ
3. μμκ±° μ μ© mute
μ°Έκ³ λ§ν¬
https://stackoverflow.com/questions/35044594/youtube-how-to-present-embed-video-with-sound-muted
YouTube: How to present embed video with sound muted
I'm trying to embed a video with the sound muted but I can not figure out how it make it work. Currently I'm using this but doesn't work: <iframe src="https://www.youtube.com/embed/uNRGWVJ10gQ...
stackoverflow.com
*μλμ¬μ ν λ κΌ μμκ±°(mutd) νκ·Έκ°μ΄ μ μ©ν΄μΌ μ μ©λ¨
autoplay=1&mute=1
4. κ³μμ¬μ loop
κ³μμ¬μν λ λκ² νκ³ μΆμλ
μμ λ§μ°¬κ°μ§λ‘ μ νλΈμμ autoplay λ°©μμ²λΌ 체ν¬λ₯Ό ν΄λ
λμ΄μ μ§μμ μν΄μ νκ·Έκ° λμ€μ§ μλλ€.
κ·Έλ΄λ
&playlist=jeqdYqsrsA0
playlist μμ±κ° λ€μ λμμ κ³ μ μμ΄λ λ£κΈ°
μλμμ μ°Έμ‘°
https://stackoverflow.com/questions/25779966/youtube-iframe-loop-doesnt-work
5. μΆμ²μμμλ¨κ²λ μλ¨ λ°©λ²μμ
μ νλΈ μμ± νκ·Έ
μλμ¬μ autoplay / μμκ±° μ μ© mute / 무νλ°λ³΅ μ¬μ loop
<iframe width="560" height="315" src="https://www.youtube.com/embed/jeqdYqsrsA0?autoplay=1&mute=1&loop=1&playlist=jeqdYqsrsA0" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
μ νλΈμ μ©2
https://hyojinny.tistory.com/49?category=1094361
html, css - μ νλΈ λμμ 2 /λͺ¨λ¬νμ μ°½ μ μ©
μ μ¬κΈ° λ©μΈνλ©΄μ μ νλΈ λ²νΌμ ν΄λ¦νλ©΄ μ νλΈκ° 보μ΄κ² νκΈ° μν΄μ μμμ λ¨Όμ λ£μ΄λ³΄μλ€. 16:9μ λΉμ¨μ λ§μΆ°, κ°λ‘ 850 μ¬μ΄μ¦λ‘ μμμ λ§μΆκ³ μΆμλ μΈλ‘(λμ΄) ν¬κΈ°λ₯Ό ꡬν΄λ³΄μ. κ°
hyojinny.tistory.com