The Top 8 Placeholder Services for Web Designers

The Top 8 Placeholder Services for Web Designers

In the last year, there’s been a wave of helpful placeholder services. What’s a placeholder? Well, when you’re working on a new website, isn’t it a waste of time to use stock images, cropped to the right dimensions? A placeholder service allows you to automatically use a random image at the desired dimensions with minimal effort.

In the last week, I’ve compiled a list – in no particular order – of what I consider to be the most useful and flexible placeholder services on the web. Certainly, for most of you, you’ll end up picking one or two of the following to use in your own projects.


1 – PlaceKitten

PlaceKitten

A quick and simple service for getting pictures of kittens for use as placeholders in your designs or code. Just put your image size (width & height) after our URL and you’ll get a placeholder.

Usage

<img src="http://placekitten.com/200/300" />

<!-- Black and White -->
<img src="http://placekitten.com/g/200/300" />

Follow the placekitten.com url with your desired dimensions. For example, if I needed a 450 x 300 placeholder image, I’d set the source attribute of an image tag to: http://placekitten.com/450/300.


2 – Placehold.it

Placehold

A quick and simple image placeholder service.

Usage

<img src="http://placehold.it/350x150">

<!-- Set Colors -->
<img src="http://placehold.it/350x150/292929/e3e3e3">

<!-- Add Text -->
<img src="http://placehold.it/350x150&text=Hello World">

<!-- Set Image Type -->
<img src="http://placehold.it/350x150.png&text=Hello World">
<img src="http://placehold.it/350x150.gif&text=Hello World">
<img src="http://placehold.it/350x150.jpg&text=Hello World">

Note that, with this service, you set your dimensions more traditionally, rather than separating the widths and heights into segments.

Placehold.it is a bit different in that, rather than using photos for placeholders, it instead uses more traditional solid color images, which might be more appealing to some designers.


3 – SheenHolders

SheenHolders

Add some Sheen to your designs and prototypes with Charlie Sheen placeholder pictures. Simply change the width and height in the URL to get your custom placeholder.

Usage


http://sheenholders.com/421x550

<img src="http://sheenholders.com/421x550" />

If you want your web designs to be winning, then you need the Sheen!


4 – FlickHoldr

FlickrHolder

Get placeholders related to the site you are developing, by pulling images from flickr based on tags.

Usage

FlickrHolder is helpful in that, in addition to using Flickr photos as the placeholders, it also allows you to choose a desired tag as the third segment. You can even choose to display photos in black and white.

<img src="http://flickholdr.com/200/300" />


<img src="http://flickholdr.com/200/300/sea,sun" alt="" />


<img src="http://flickholdr.com/200/300/sea,sun/bw" alt="" />

5 – LoremPixum

Placeholder Images for every case. Webdesign or Print. It’s simple and absolutely free!

Usage

<!-- Default -->
<img src="http://www.lorempixum.com/400/100" alt="" />

<!-- Black and White -->
<img src="http://www.lorempixum.com/g/400/100" alt="" />

<!-- Tagged -->
<img src="http://www.lorempixum.com/g/400/100/sports" alt="" />

6 – PlaceDog

PlaceDog

Dogs are so superior to felines. Just choose your dimensions in the pathname and share the doggie love on your projects.

Usage

<img src="http://placedog.com/400/300" alt="" />

<!-- Black and White -->
<img src="http://placedog.com/g/400/300" alt="" />

7 – DummyImage

DummyImage

Usage

DummyImage is particularly nice, when compared to some of its competitors, in that it offers a great deal of flexibility. Let’s take a look at some of the available options.

<!-- If you only pass a width, a square will be generated -->
<img src="http://dummyimage.com/600" alt="" />

<!-- Width and Height -->
<img src="http://dummyimage.com/600x400" alt="" />

<!-- Apply background and text colors -->
<img src="http://dummyimage.com/600x400/292929/e3e3e3" alt="" />


<img src="http://dummyimage.com/600x400.png/292929/e3e3e3" alt="" />
<img src="http://dummyimage.com/600x400.gif/292929/e3e3e3" alt="" />
<img src="http://dummyimage.com/600x400.jpg/292929/e3e3e3" alt="" />


<img src="http://dummyimage.com/800x600&text=Your Mom Goes to College" alt="" />

or with background and text colors...

<img src="http://dummyimage.com/800x600/292929/e3e3e3&text=Your Mom Goes to College" alt="" />

8 – Griddle.it

Griddle.it

A clean and simple way to help align your layouts. No complex grid frameworks necessary.

Certainly, Griddle.it is unique compared to its peers because its focus is on creating grid images, which can then be applied to the background of your web design during production. View a live demo here.

Usage

Applying a background grid requires the following format: http://griddle.it/[total width]-[number of columns]-[gutter size].

/* Generate a 960px grid, with 12 columns and 30px gutter */
		
body {
  background: url(http://griddle.it/960-12-30) repeat-y center top;
}

Conclusion

So yeah – they’re all rather similar to one another. At this point, you only need to choose one or two that you find to be the easiest to remember. But one thing is for sure: these definitely save a lot of time!

Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
  • http://www.cybermount.com/ chris george

    As a Web Design Company India CYBERMOUNT is one of the fastest growing web site designing company spreading wings in USA UK and India. Expertise in Web Designing, Web Applications and Online Marketing.

  • Roberto Briceño

    Thanks!

  • http://www.creacionesindiscriminadas.com Thomas

    I don’t know if it’s something about rights and stuffs like that but the sheenholders’ services looks down…
    I was using it to replace the photo of a client and today, trying to showing it to him, BING, it doesn’t work…

  • http://nightfirecat.right-0n.com/ Jordan

    Just thought you should know – Number 3 (SheenHolders) does not exist, but has a similar service (provided by the same people, perhaps?) located at PlaceSheen.

    • http://nightfirecat.right-0n.com/ Jordan

      *I should say no longer exists. At the time of writing, it was functional.

  • http://jgwmaxwell.com John Maxwell

    There is also http://cambelt.co – which offers custom fonts and font sizes, along with color, size etc.

  • http://it.webdesign-galaxy.ro Tutoriale it

    Why image alt attribute isn’t filled in with any text at LoremPixum, dummyimage, placedog etc ? Isn’t that an SEO issue, or whas it inentionally created like that to let users vote with alt text on a particular image?

  • http://placebox.es Kenney

    There is also placebox.es which also offers placeholder with custom text size, style, gradient backgrounds and flat color background instantly generated

  • http://www.goinspired.com Go Inspired

    Good examples, I’ll put in my web

  • http://fleava.com Bali Branding

    Thanks , I have just been searching for information about this topic for a long time and yours is the greatest I’ve came upon so far. But, what in regards to the conclusion? Are you positive concerning the supply?|What i don’t realize is in reality how you’re now not really much more smartly-liked than you might be now. You’re so intelligent.

  • http://willjw.co.uk Will

    I’ve just added PlaceApe.com to the list ;-) Everyone knows apes/monkeys are better than cats and dogs!

  • zhrance

    I really like http://www.pipsum.com. It’s easy to use and the place holder images are generated in a very fast pace :)

  • http://bloqhead.com Daryn St. Pierre

    FYI, http://placehold.it now gives me a 500 error. placekitten.com is fun though. Nice list!

  • cioddi
  • david

    (4) Flickholdr is gone

    • David Cross

      I found http://imageholdr.com very handy, they offer all sorts of categories for any type of website! Hope it helps!

  • Steven T

    Found hhhhold.com yesterday. It’s kind of awesome, since it gives random images and has a bunch of options.

  • vijay kumar

    Your post has given very valuable informations,keep posting the same informations like this always. our is an one of the web design company in bangalore

  • http://www.facebook.com/adam.merrifield Adam Merrifield

    More recently there is also “The Random Image PlaceHolder” PHP class that allows you to host your own placeholder service using real images of your choosing. http://placeholder.seydoggy.com/

  • Maiis

    A new one http://beerhold.it/ :-)

  • Ironbit

    I use lil.im because its short and easy to remember!

  • http://www.facebook.com/docteur.Yoann.et.mister.Joe Yoann Green Stuff

    NEW PlaceHold.net the best one !

    http://placehold.net

    FREE API key

    1600 Vector Icons

    20 fonts