jinghu-moon / typora-see-yue-theme

See Yue 系列主题是一个自定义样式极多、简约、充满细节的 Typora 主题。(The See Yue series theme is a Typora theme with a plethora of custom styles, minimalism, and full of details.)

Home Page:https://theme.typora.io/theme/see-yue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图片大小缩放不起作用

Xsakura1314 opened this issue · comments

see-yue 版本:1.3.3

在使用 Zoom Image 命令缩放图片时,图片的大小不会改变,而且一些小的图片会显示得很大。

image

看了一下,应该是统一设置图片大小导致的。

应该在 images.css 文件中去掉图片的宽度属性

img {
  border-radius: var(--image-radius);
  border       : none;
  transition   : .4s;
  /* 取消统一宽度 */
  /* width        : var(--image-size);  */
  box-shadow   : var(--image-shadow);
}

image

是的,后面会在主题说明文档 → 常见问题中加入该问题。由用户选择是否统一图片大小。

这个问题在 #13 提供了解决方法