JSFiddle - React, Tailwind, and code Playground
by agus makmun
HTML
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://cinema.amvstream.us/wp-content/themes/cinemaindo/js/lzload.js"></script>
<script type="text/javascript">
$(function() {
$("img").lazyload({
placeholder : "http://cinema.amvstream.us/wp-content/themes/cinemaindo/images/blank.gif",
effect : "fadeIn"
});
});
</script>