カスタマイズ
デザイン
スキン
仕様
| パラメーター名 | 型 | 値 | 設定 | デフォルト値 |
|---|---|---|---|---|
| skin | string | light_blue,hard_blue,light_white,hard_white,light_red,hard_red,light_green,light_black |
任意 | light_blue |
説明
プレイヤーのデザインを設定します。
コードサンプル
<script>
const options = {
skin: "hard_blue",
...
};
const player = videogplayer('video_tag_id', options);
</script>