カスタマイズ
基本機能
アスペクト比調整
仕様
パラメーター名 | 型 | 値 | 設定 | デフォルト値 |
---|---|---|---|---|
aspect_fit | string | width ,hight |
任意 | width |
説明
映像とプレイヤーのアスペクト比が異なる時、映像の横幅と縦幅のどちらに合わせるかを設定できます。
コードサンプル
<script>
const options = {
width:'100%',
aspect_fit:'hight',
...
};
const player = videogplayer('video_tag_id', options);
</script>