ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 335 forks source link

并排显示图片 #243

Closed snorlaxse closed 5 years ago

snorlaxse commented 5 years ago

你好 我想在文章中并排显示图片 我用了以下格式 在本地hexo s中查看正常 部署后无法显示 想请教怎么解决

<center class="half">    
    <img src=./Lecture-Neural-Networks-Part-3/opt0.gif width="300"/>
    <img src=./Lecture-Neural-Networks-Part-3/opt.gif width="300"/>
</center>
ppoffice commented 5 years ago

@Captainzj 可能是图片地址不对,请尝试使用绝对地址。

snorlaxse commented 5 years ago

部署之后 页面显示

image

而本地测试 无论是绝对路径还是相对路径 都可以正常显示gif

ppoffice commented 5 years ago

@Captainzj 你这个绝对路径………… 不是用这个绝对路径,你这个是本地磁盘的绝对路径,不是Web URL的绝对路径。 试试这个: Captainzj.github.io/Lecture.......

ppoffice commented 5 years ago

138

snorlaxse commented 5 years ago

@ppoffice 谢谢!我用了部署后的绝对路径就好了