This shortcode allows embedding the bilibili video in your content.
Position | Name | Type | Required | Default | Description |
---|---|---|---|---|---|
#0 | id | string | Y | - | The video ID, such as BVXXXXXXXXXX . |
- | fullscreen | boolean | - | true | Allow fullscreen. |
It’s recommended that use the ratio to wrap external videos.
1{{< bs/ratio >}}
2 {{< bilibili BV1iT411B7yH >}}
3{{< /bs/ratio >}}
1{{< bs/ratio >}}
2 {{< bilibili id=BV1iT411B7yH fullscreen=false >}}
3{{< /bs/ratio >}}