diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-02-13 02:42:02 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-02-13 02:42:02 -0800 |
| commit | fd640b170a64584fd9c295be53c91972ff9f9ec1 (patch) | |
| tree | c67e95b332e183bbf14065bba55dd77e86a71fbe /im/imdither/test.html | |
| parent | 64f41d53728a966f10aef6d7ffbc00853d754300 (diff) | |
fixed some basics
Diffstat (limited to 'im/imdither/test.html')
| -rwxr-xr-x | im/imdither/test.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/im/imdither/test.html b/im/imdither/test.html new file mode 100755 index 0000000..9d70c04 --- /dev/null +++ b/im/imdither/test.html @@ -0,0 +1,42 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> + <head> + </head> + <body> + <div class="master"> + <div class='wedge'> + </div> + <div class='wedge'> + </div> + <div class='wedge'> + </div> + <div class='wedge'> + </div> + + <div class='wedge'> + </div> + + <div class='wedge'> + </div> + <div class='wedge'> + </div> + <div class='wedge'> + </div> + <div class='wedge'> + </div> + <div class='wedge'> + </div> + </div> + <script type="text/javascript"> + $(function(){ + $('.master').masonry({ + // options + itemselector : '.wedge', + columnwidth : 240 + }); + }); + + </script> + + </body> +</html> |
