MoePlayer / hexo-tag-dplayer

Embed dplayer in Hexo posts/pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

设置宽高后,手机端显示有问题

yansheng836 opened this issue · comments

没有设置宽高,手机端正常

{% dplayer "url=https://oss.yansheng.xyz/video/Let%20Her%20Go-J.Fla.mp4" 
"loop=yes" "theme=#FADFA3" "autoplay=false"%}

image

设置宽高后,超屏,即仍然按照电脑端进行显示

{% dplayer "url=https://oss.yansheng.xyz/video/Let%20Her%20Go-J.Fla.mp4" 
"loop=yes" "theme=#FADFA3" "autoplay=false" "width=854px" "height=480px" %}

image

注:

  1. 使用主题:https://github.com/litten/hexo-theme-yilia
  2. 该问题好像在issues中有提及,see #3

设置宽高会定义成行内元素,即使在主题的样式中进行相关约束好像也控制不了

image