u2sb / hexo-tag-mmedia

hexo插入aplayer、meting、dplayer、bilibili、哔哩哔哩、西瓜视频 标签
https://demo.hexo-tag-mmedia.u2sb.com/
Apache License 2.0
82 stars 9 forks source link

使用哔哩哔哩在手机端的样式问题 #9

Closed UntaggedRui closed 4 years ago

UntaggedRui commented 4 years ago

目前直接插入的话在手机端会很长。 {% bilibili "bvid:BV1Xt411n7iJ" "quality:high" "danmaku" "allowfullscreen" %} 如果使用如下方式插入样式似乎好看点。

{% raw %}

<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<iframe src="//player.bilibili.com/player.html?aid=60016166&bvid=BV1Xt411n7iJ&cid=104514776&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; Left: 0; top: 0;" ></iframe></div>

{% endraw %}

下面是显示截图 显示不好看 详情可以用手机访问https://zhangrui_cs.gitee.io/posts/bilibili-videos-in-hexo/ 请问能不能优化下手机端的显示方式呢

MonoLogueChi commented 4 years ago

感谢反馈,以前也一直没有找打合适的手机端适配方案,会想办法改进的

UntaggedRui commented 4 years ago

感谢反馈,以前也一直没有找打合适的手机端适配方案,会想办法改进的

请问怎么使用更新后的代码呢?我是用npm安装的。现在是用npm更新还是需要用源码编译?

MonoLogueChi commented 4 years ago

请问怎么使用更新后的代码呢?我是用npm安装的。现在是用npm更新还是需要用源码编译?

发布了新的包,更新到 0.1.7 即可

UntaggedRui commented 4 years ago

请问怎么使用更新后的代码呢?我是用npm安装的。现在是用npm更新还是需要用源码编译?

发布了新的包,更新到 0.1.7 即可

我这边卸载后在安装还是0.1.6.我再等等吧