Web Design and Development Resources

placehold.it – placeholder service


Posted on January 6th, by design4lifeblog in Blog, CSS, HTML, Tools. 1 Comment

placehold.it – placeholder service

A really convenient and clever way to use placeholder images when creating for the web. I love this tool and shutter when I think of the time I have wasted creating placeholders by hand with photoshop.

All you need to do is enter placehold’s URL into your image tag: http://placehold.it followed by a slash and the dimensions (“x” in between width and height) of the placeholder image you need like this: /300×150. If the placeholder image you need is square you only need to enter one value: /300 = 300×300. The size of the image is automatically added on the image as text. You can also specify colors by again adding a slash after, then the dimensions followed by the hex value, a slash separates the fill and text color. Custom text can be added via query string at the end of the whole thing like this: &text=save+time. The default format is .gif, you can also specify the following formats if needed: .jpg, .jpeg, .png

Examples:

2 Dimensions:

<img src="http://placehold.it/500x100" alt="http://placehold.it" />
http://placehold.it

Squared:

<img src="http://placehold.it/250" alt="http://placehold.it" />
http://placehold.it

With color:

<img src="http://placehold.it/200/E8117F/FFFFFF" alt="http://placehold.it" />
http://placehold.it

With color and text:

<img src="http://placehold.it/200x500/69AECE/FFFFFF&text=save+time" alt="http://placehold.it" />
http://placehold.it

Source:

http://placehold.it/






One Response to “placehold.it – placeholder service”

  1. Sites of interest…

    Here’s some related news….



Recent Posts!

Here you find articles, posts and write-ups about resources and issues relevant to web design and development.

Responsive tables with visual scroll cue
Create responsive tables that will display a visual cue when viewed on small screen devices.
iPhone5 and iPad mini mockups
Free iPhone5 and iPad mini mockups, come and get em!
Five Great Tools for Responsive Web Design
When you visit a website, a good design, quality yet easy reading, simplistic navigation with a minimum
Learning JavaScript
I have been really busy at my new job recently and it has taken my full concentration, I have been delving deeper and deeper...
Responsive design workflow with Initializr & HTML5 Boilerplate + build script
If you are looking for a very decent workflow for developing responsive HTML5/CSS3 and optimizing as well, try out using Initializr...
15 Apple Device Inspired Icons
Awesome Apple device icon PSDs posted by http://favbulous.com, they have a lot of free PSDs resources check them out here.
Style Tiles
Style Tiles are a design deliverable consisting of fonts, colors and interface elements that communicate the essence of a visual brand for the web.