Commit 131c6da8 authored by nanahira's avatar nanahira Committed by GitHub

Merge pull request #1 from mercury233/patch-1

lazyload
parents 97218aea 49babab0
......@@ -3773,5 +3773,9 @@ var _hmt = _hmt || [];
</script>
<script src="https://cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/jquery_lazyload/1.9.7/jquery.lazyload.min.js"></script>
<script>
$(".auto-generated img").lazyload();
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment