【发布时间】:2018-02-15 17:25:44
【问题描述】:
在一个版本的 chrome 中,当我检查图像时我会得到这个
<img src="http://esg.com/wp-content/uploads/2016/03/ESG-hudsonlg-01-600x548.jpg?x80200" data-lazy-type="image" data-src="http://esg.com/wp-content/uploads/2016/03/ESG-hudsonlg-01-600x548.jpg?x80200" class="lazy-loaded">
在较新的版本中,图像不加载,我得到了这个代码
<img src="" data-lazy-type="image" data-src="http://esg.com/wp-content/uploads/2016/03/ESG-hudsonlg-01-600x548.jpg?x80200" class="lazy-hidden">
解决/纠正丢失的图像链接的任何想法?谢谢!!
【问题讨论】:
-
你做了什么代码请显示代码,以便我们让你知道是什么问题。
标签: jquery html wordpress image