我正在尝试将 foresight.js 用于 wordpress 博客中的响应式图像。为此,我必须在<img>
标签中的 src 位置添加 data-src 属性。
或者我必须从帖子中的图像中获取 url,并且需要将我的新标签绑定在旧标签附近并将旧<img>
标签包装<img>
在<noscript>
标签中。我不知道该怎么做。
基本上它必须看起来像这样:
<img data-src="http://foresightjs.appspot.com/dynamic-images/px-wright-flyer.jpg" data-aspect-ratio="auto" class="fs-img">
<noscript>
<img src="http://foresightjs.appspot.com/dynamic-images/1024px-wright-flyer.jpg">
</noscript>`