UNPKG

bloggify-theme-light

Version:

A light and simple theme for Bloggify.

15 lines (12 loc) 338 B
"use strict"; (function () { var contentImages = document.querySelectorAll(".markdown img"); function handleImg(img) { imagesLoaded(img, function () { img.setAttribute("class", "loaded"); }); } for (var i = 0; i < contentImages.length; ++i) { handleImg(contentImages[i]); } })();