The picture link can be opened and displayed normally, but it will not be loaded if you put it in the img tag.

Open the picture link directly and display normally. If you put it in the img tag, html can"t load it. How do you do this?

<img src="https://img.codeshelper.com/upload/img/2021/04/01/sows4yx5mda14791.gif" width="200" height="200">
Apr.01,2021

the other party's picture server protects against third-party hotlinks through referer:

  1. you access the image server directly, and it determines that referer is null, that allows you to access it.
  2. if you put it in the img tag, referer is the current page url, image server determines that the url is not within the scope of authorization and does not return normal content.

I would like to ask if there is any error in the picture. If not, try adding a display:inline-block to img


http://pic153.nipic.com/pic/2.; width= "200" height= "200" >

.
Menu