Display the shadow of an image – Javascript Plugin

In this post I am going to share Simple and small Javascript plugin to display the shadow of the image. The Plugin provides a simple way to apply a drop shadow effect to any image and video using pure JavaScript.
image-shadow


Libraries

Load the plugin library form CDN


HTML

All you need is .ishadow wrapper to the image and blur value in data attribute



Also, you can make an element hoverable by adding data-hover="true".
false by default

See live demo and download source code.

DEMO | DOWNLOAD

This awesome plugin is developed by tunguskha. Visit their official github repository for more information and follow for future updates.