fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.53k stars 275 forks source link

about 界面插入图片异常 #152

Closed Carrotor116 closed 6 years ago

Carrotor116 commented 6 years ago

about 界面插入图片有异常。

在index.md同级目录的index文件夹下放置了about.jpg图片后,使用 {% asset_path about.jpg %}方式没有效果。使用markdown语法![shamangirls.jpg](/intro/about.jpg)能够出来图片,但是在界面上点击,没有和其他文章那边同样的预览效果。

README中demo的about界面,也有同样的问题。

信息:

fi3ework commented 6 years ago

这个并不是主题的问题哈,是你路径写的问题

Carrotor116 commented 6 years ago

about.jpg 的路径是 blog/source/about/index/about.jpg,然后在 blog/source/about/index.md里写入{% asset_img about.jpg %},不会显示图片。

_post文件夹内文章我使用这种方式写的,可以显示图片。

请问关于界面内插入图片,路径该怎样写呢?

fi3ework commented 6 years ago

我的 demo 中的图片是这样插入的,md 路径是 source/about/index.md,图片路径是 source/about/index/b12.png,md 中的引用是 ![b12](index/b12.png)

Carrotor116 commented 6 years ago

谢谢作者耐心的回答。

使用markdown语法插入图片,是可以在网页上显示出来。 可是在页面上点击图片进行预览的时候,页面布局会乱掉,不能正常预览图片。 我这边查看demo的关于界面,也有不能预览图片的问题。 我在pc端和移动端查看,都是同样的效果。

fi3ework commented 6 years ago

问题已经了解,应该是依赖的 fancybox 的配置问题,修复后 close,感谢回复~