anxietyhangover / Image-shadow

Simple and small Javascript plugin to display the shadow of an image!

Home Page:https://tunguskha.github.io/Image-shadow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

Image shadow !

Simple and small Javascript plugin to display the shadow of the image!


Download Shadow-image

$ git clone https://github.com/tunguskha/Image-shadow

Import

<link rel="stylesheet" href="assets/css/image-shadow.min.css">

<script src="assets/js/image-shadow.min.js"></script>

Use it

<div class="container-img">
  <img class="img" src="assets/imgs/halt-and-catch-fire.jpg" alt="">
  <div class="img-shadow"></div>
</div>

See it live

Image-shadow

About

Simple and small Javascript plugin to display the shadow of an image!

https://tunguskha.github.io/Image-shadow/

License:MIT License


Languages

Language:HTML 55.6%Language:CSS 30.9%Language:JavaScript 13.5%