Dynamic Dummy Image Generator
Inspired by dummyimage.com
Sometimes you just need a placeholder image right at your finger tips. Just enter the width + x + height at the end of this URL and off you go!
Example: nosrc.net/100x100 or nosrc.net/100 creates
- What is this?
- This is a simple tool for generating dummy/filler images on the fly at whatever size you want.
- How do I use it?
- Simply add the width, an 'x', and the height (example) of the image you want and my script will spit out a gray box to the size you want with the image dimensions written on top.
- Can I use a dummy image url as an image source?
- Yup, that was what it was designed for. Try this:
<img src="http://nosrc.net/325x123">
- Awesome! how does it work?
- See for yourself! Important snippets are below, with the full source at https://github.com/fooey/nosrc