본문으로 건너뛰기

ProjectionOptions

Since version 4.0.0

Projection을 위한 공통 옵션들

interface ProjectionOptions

Properties

파노라마 이미지/비디오의 URL

비디오 엘리먼트에 설정할 프로퍼티를 담는 객체.

Properties

src

>=4.0.0
src

string | HTMLElement | (string | HTMLElement)[]

파노라마 이미지/비디오의 URL

video

>=4.0.0
video

boolean | Partial<VideoConfig>

비디오 엘리먼트에 설정할 프로퍼티를 담는 객체.

Example

Default properties

autoplay: true
muted: true
loop: false
volume: 1