10 lines
229 B
HTML
10 lines
229 B
HTML
|
<iframe
|
||
|
class="embed-video bilibili"
|
||
|
loading="lazy"
|
||
|
src="https://player.bilibili.com/player.html?bvid={{ include.id }}"
|
||
|
scrolling="no"
|
||
|
border="0"
|
||
|
frameborder="no"
|
||
|
framespacing="0"
|
||
|
allowfullscreen="true"
|
||
|
></iframe>
|