console.debug(img_src);
$(this).css("height", 175).css("width", 'auto');
$(this).css("background", 'url(' + img_src + ') no-repeat center center').css("background-size", "cover");
- $(this).removeAttr("src");
+ $(this).removeAttr("src").removeAttr("srcset");
});
});
console.debug(img_src);
$(this).css("height", 175).css("width", 'auto');
$(this).css("background", 'url(' + img_src + ') no-repeat center center').css("background-size", "cover");
- $(this).removeAttr("src");
+ $(this).removeAttr("src").removeAttr("srcset");
});
});