Skip to content

Instantly share code, notes, and snippets.

@CSElliyas
Created August 31, 2019 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CSElliyas/fb4011b240d7d089a83b98e7a55adca9 to your computer and use it in GitHub Desktop.
Save CSElliyas/fb4011b240d7d089a83b98e7a55adca9 to your computer and use it in GitHub Desktop.
$(document).ready(function () {
$(".post-body img").each(function(index, element) {
$(element).wrap("<noscript data-lazy-img></noscript>");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment