相关疑难解决方法(0)

github页面和相关链接中的图像

我创建了一个用户的github页面.

现在,假设我在repo的根目录下有一个Image文件 Images/Emoticons/Cool.png

我尝试在我的主Index.html文件中插入该图像.
我写 -
- <img src="\images\emoticons\cool.png"> 没有任何显示在线和离线
- <img src="images\emoticons\cool.png">没有任何东西出现在网上,但我可以看到图像离线
- <img src="..\images\emoticons\cool.png">没有任何显示在线和离线

应该做什么?

html html5 github

33
推荐指数
1
解决办法
4万
查看次数

图像没有在Github页面中显示?

我在我的Github项目中添加了一个项目站点.但有些照片没有在网站上显示.

Img代码:

<img src="img/screenshot2.PNG" class="img-responsive" alt=""> </div>
Run Code Online (Sandbox Code Playgroud)

文件夹结构(img是一个文件夹):

img
    Screenshot2.png
index.html
Run Code Online (Sandbox Code Playgroud)

我试过.png.PNG(一些早期的SO答案建议)并且没有一个工作

有解决方案吗

html image github github-pages

13
推荐指数
9
解决办法
2万
查看次数

标签 统计

github ×2

html ×2

github-pages ×1

html5 ×1

image ×1