guide/embed/video/acfun/ #751
Unanswered
Replies: 1 comment 3 replies
-
|
有个小问题,在【选项组】里使用时需要添加高度属性才能显示,而 bilibili 和 artpalyer 就没有这个问题 ::: tabs
@tab ArtPlayer
@[artPlayer height="400px" auto-mini](https://artplayer.org/assets/sample/video.mp4)
@tab AcFun
@[acfun height="432px"](ac47421657)
@tab:active Bilibili
@[bilibili height="432px"](BV1ZMNQziEGd)
:::话说这样的选项组该如何复用,尝试了编写组件 <VideoTabs
ap="https://artplayer.org/assets/sample/video.mp4"
ac="ac47421657"
bb="BV1ZMNQziEGd"
active="bb"
/>和引入 snippet.md 都不太行 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
guide/embed/video/acfun/
概述 主题提供了 嵌入 AcFun 视频 的功能。 该功能由 提供支持。 配置 该功能默认不启用。你需要在主题配置中开启。 语法 简单的语法: 更多选项: 选项说明: id: 视频 ID width: 视频宽度 height: 视频高度 ratio: 视频比例,默认 16:9 示例 宽频视频 输入: 输出:
https://theme-plume.vuejs.press/guide/embed/video/acfun/
Beta Was this translation helpful? Give feedback.
All reactions