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!

Add Comment

Discussion 72 Comments

Comment Page 2 of 2 1 2
  1. chris george says:

    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.

  2. Roberto Briceño says:

    Thanks!

  3. Thomas says:

    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…

  4. Jordan says:

    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.

  5. John Maxwell says:

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

  6. Tutoriale it says:

    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?

  7. Kenney says:

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

  8. Go Inspired says:

    Good examples, I’ll put in my web

Comment Page 2 of 2 1 2

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.