<!--the gradient is applied to this div as a background-image--> <div class="gradient-wrap"> <!--this inner image is used to create the gradient--> <img src="./samples/good-dinosaur.jpg" /> </div> <script src="../dist/grade.js"></script> <script type="text/javascript"> window.addEventListener('load', function(){ Grade(document.querySelectorAll('.gradient-wrap')) }) </script>