├── README.md
├── images
└── penny-awww.jpg
├── index.html
├── scripts
├── simplethumbnails.js
└── tools.js
└── styles-and-fonts
├── LICENSE.txt
├── README.md
├── handlee.woff
├── octicons-local.ttf
├── octicons.eot
├── octicons.svg
├── octicons.ttf
├── octicons.woff
├── sprockets-octicons.scss
└── styles.css
/README.md:
--------------------------------------------------------------------------------
1 | # Simple Thumbnails
2 |
3 | Creates a set of thumbnails from a set of dropped images, downloadable as a zip.
4 |
5 | ## Demo
6 |
7 | You can see the live version here: http://makethumbnails.com/#dropzone
8 |
9 | And there is a video demo on the YouTube: https://www.youtube.com/watch?v=MrN1ujTHTHI
10 |
11 | ## Requirements and support
12 |
13 | Uses Stuart Knightley's JSZip: http://stuk.github.io/jszip/
14 | and Eli Grey's FileSaver: https://github.com/eligrey/FileSaver.js/
15 |
16 | It was tested in Chrome, Firefox, Opera and Safari on OSX. I also showed it to a cat and it approved.
17 |
18 | ## Things that aren't issues
19 |
20 | Yes, this doesn't work on a mobile. I dare you to drag and drop images into a browser on a mobile though and download thumbnails as a zip - it's a use case thing.
21 | This is live and such - all gulping and grunting was done by me, not by any script.
22 |
23 | ## How to use
24 |
25 | http://makethumbnails.com/#help
26 |
--------------------------------------------------------------------------------
/images/penny-awww.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codepo8/simplethumbnails/ae9378c268fc540f64945143c997ecebf407fff8/images/penny-awww.jpg
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Let's make thumbnails - just drop some images here.
6 |
7 |
8 |
9 |
10 |
11 |
Let's make thumbnails
12 |
13 |
14 |
Checking your browser…
15 |
16 |
27 |
28 |
49 |
50 |
51 |
Hello there, I am here to create thumbnails for you!
52 |
All you need to do is drag and drop some images onto me and you get a zip file containing the thumbnails.