为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

firefox doesn't display wordpress jpegs correctly

  • 2 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

There are jpegs on my WordPress blog that will display fine when viewed as part of the main page, but when you try to view image it displays indecipherable text. I moved one image to a new non WordPress associated directory and it worked fine.

whole page

http://www.pediatricsafety.net/2015/10/food-allergy-fears-its-ok-for-your-child-to-try-something-new/

link that doesn't work

http://www.pediatricsafety.net/wp-content/uploads/2015/10/little-girl-tries-peanut-butter.jpg

image link that does work

http://www.pediatricsafety.net/tools/images/twitter-thumb.jpg

There are jpegs on my WordPress blog that will display fine when viewed as part of the main page, but when you try to view image it displays indecipherable text. I moved one image to a new non WordPress associated directory and it worked fine. whole page http://www.pediatricsafety.net/2015/10/food-allergy-fears-its-ok-for-your-child-to-try-something-new/ link that doesn't work http://www.pediatricsafety.net/wp-content/uploads/2015/10/little-girl-tries-peanut-butter.jpg image link that does work http://www.pediatricsafety.net/tools/images/twitter-thumb.jpg

所有回复 (2)

more options

hi, this will be a configuration issue on the server - it doesn't submit the right filetype ("Mime-type") information together with the data it sends, so the browser sin't aware that it should be rendered as a picture. you'd have to get in contact with the webmaster of this site and ask to get this issue addressed...

more options

The server sends the file as text/plain and that makes Firefox show the file as a text file.

You can use a data URI to display the link as an image file:

data:text/html,<img src='http://www.pediatricsafety.net/wp-content/uploads/2015/10/little-girl-tries-peanut-butter.jpg'>

You can create a new bookmark (name: Show as Image) with this data URI and set a keyword like 'img' to it.

  • data:text/html,<img src='%S'>

Then you can invoke the bookmarklet via the keyword and a space and the image URL appended. img http://www.pediatricsafety.net/wp-content/uploads/2015/10/little-girl-tries-peanut-butter.jpg

由cor-el于修改