Simple and small Javascript plugin to display the shadow of the image!
$ git clone https://github.com/tunguskha/Image-shadow
<script src="assets/js/image-shadow.min.js"></script>All you need is .ishadow wrapper to the image and blur value in data attribute
<div class="ishadow">
<img class="img" data-blur="20" src="assets/imgs/halt-and-catch-fire.jpg">
</div>| IE | Edge | Firefox | Chrome | Safari | Opera |
|---|---|---|---|---|---|
| ❌ | ❌ | ✔️ | ✔️ | ❓ | ✔️ |
