태블릿 세로 모드에서 영상 비율 설정하기

태블릿의 세로 모드에서 Shoplive 화면의 비율을 유지하거나 화면을 가득 채우도록 할 수 있습니다.

// 화면 비율 유지
ShopLive.setKeepAspectOnTabletPortrait(true)

// 화면 가득 채움
ShopLive.setKeepAspectOnTabletPortrait(false)