# iframe Call

```
<iframe width="1280" height="720" src="https://v.kr.kollus.com/2iyzyDuP?" 
frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen 
allow="encrypted-media;autoplay"></iframe>
```

* 콜러스 플레이어를 웹 페이지에서 호출하기 위한 iframe 샘플입니다.
* 동영상의 레터 박스를 없애기 위해서는 영상의 비율과 iframe 사이즈를 동일하게 맞춰주셔야 합니다.
  * ex) 동영상 사이즈 : 1920 \* 1080
  * ex) iframe 사이즈 : 1280 \* 720 or 960 \* 540 or 720 \* 405
* 위 iframe 의 옵션들은 모두 적용하기를 권장 드립니다.
* iframe 외부에서 플레이어 컨트롤이 필요하거나 이벤트 수신이 필요하실 경우 v/g controller 연동이 필요합니다.
  * [가이드 링크](https://catenoid-support.atlassian.net/wiki/spaces/SUP/pages/3312250/V+G+Controller)
