MoePlayer / hexo-tag-dplayer

Embed dplayer in Hexo posts/pages
MIT License
207 stars 30 forks source link

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

Open yansheng836 opened 4 years ago

yansheng836 commented 4 years ago

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

{% 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 https://github.com/MoePlayer/hexo-tag-dplayer/issues/3
yansheng836 commented 4 years ago

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

image