We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0e69 commit 9bf323aCopy full SHA for 9bf323a
lib/index.js
@@ -86,7 +86,6 @@ function getAmpPicture (imgNode, options) {
86
87
function getPicture (imgNode, options) {
88
imgNode.skip = true
89
- // set <source> `srcset` to <img> `srcset`, if present; otherwise — use <img> `src`
90
var srcset = (imgNode.attrs.srcset || imgNode.attrs[options.lazySrcset] || imgNode.attrs[options.lazySrc] || imgNode.attrs.src)
91
.split(',')
92
.filter(Boolean)
0 commit comments