1. 복사해옵니다.
<iframe width="560" height="315" src="https://www.youtube.com/embed/YvRP_Y1WDxw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2. 특정점에서의 시작: 시작시간을 지정하려면, 아래의 위치에 '?start= 00초' 를 적어줍니다.
<iframe width="560" height="315" src="https://www.youtube.com/embed/YvRP_Y1WDxw?start=61" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
3.끝점 : 끝점을 지정하고 싶으면 &end=00초를 적어줍니다.
<iframe width="560" height="315" src="https://www.youtube.com/embed/YvRP_Y1WDxw?start=61&end=95" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
기타 기능은 https://developers.google.com/youtube/player_parameters?hl=ko 에서 확인 가능하세요.