カスタマイズ
基本機能
プレイヤー幅
仕様
パラメーター名 | 型 | 値 | 設定 | デフォルト値 |
---|---|---|---|---|
player_width | string | px,% | 任意 | 640px |
説明
プレイヤーの横幅を設定します。
コードサンプル
<script>
const options = {
player_width:'800px',
...
};
const player = videogplayer('video_tag_id', options);
</script>