- Overview
- Documents
Image jigsaw js library is a jquery plugin to easy convert any image to image based jigsaw puzzle.
Source: github.com
Sep 24, 2014 in Animation 4776 views
Image jigsaw js library is a jquery plugin to easy convert any image to image based jigsaw puzzle.
Source: github.com
1. INCLUDE CSS AND JS FILES
<link rel="stylesheet" href="css/img.css"> <script src="js/jquery.js"></script> <script src="js/img.js"></script>
2. HTML
To create a jigsaw create a div class="panel" and place the required image inside it like
<div class="panel"> <img src="img.jpg" width="480" height="480"> </div>
3. JAVASCRIPT
$(".panel").jigsaw({freq: 2000});
Tagged with:
image jigsaw
js library
jquery plugin
convert any image
jigsaw puzzle
image puzzle
jigsaw
puzzle
Related Articles