toastsgithub / hexo-valkyr-url

a simple url card display plugin for hexo
11 stars 3 forks source link

图片样式优先级问题 #1

Open appotry opened 2 years ago

appotry commented 2 years ago

建议样式直接内联到图片标签之内 或者这样修改一下 height: 100px !important;

使用matery主题 时图片样式显示问题 https://blog.17lai.fun/posts/ed364362/#waline

appotry commented 2 years ago

链接图片、文字描述如果可以自动获取就更好了

<head>
<meta name="description" content="xxxxxxxxxxxxxx">
<title>xxxxxxx</title>

图片没有传入参数的时候,取html body中第一个img怎么样

appotry commented 2 years ago

手动修改module目录中的 height: 100px !important; 没有生效

appotry commented 2 years ago

https://blog.17lai.fun/posts/ed364362/#waline 没办法,先在第三方css文件中修改一个版本使之正常显示

my.css

.vkr-url-wrapper .avatar {
    height: 100px !important;
}