Best Placeholder Images Services for Web Designers

PlaceKitten placeholder image

If you are a web designer, you know how hard it is to find images for your theme or landing pages. Sometimes it takes hours to find free stock images. After selecting the image, you also have overhead of cropping the image to desired size. If you are planning to design a theme or template for selling it in marketplace like Themeforest, you cannot not use any random image due to copyright issue. To solve this problem, t4.These images are free to use and easy to use. In this post, I am listing few best placeholder images services for you. Try any of these and create good designs without spending time on searching images.

Best Placeholder Images Services for Web Designers

Placehold.it Placeholder Images Services

Placehold.it is the popular placeholder image service. It does not use random images but use solid color image with text on it. You can customize the text and color of the image. See the sample code below to use image from this placeholder image service.

<img src="http://placehold.it/350x150">
 
<!-- Set Colors. First hex for background, second for text -->
<img src="http://placehold.it/350x150/eaeaea/333333">
 
<!-- Add Text -->
<img src="http://placehold.it/350x150&text=random text">

2. PlaceKitten

PlaceKitten placeholder image

PlaceKitten is also a similar kind of placeholder image service which puts random images of cats. You can customize the size via URL like in the previous service.

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

Dummy image

DummyImage is similar to placeholder.it. It also show a solid filled image with text on it. See the below URL sample for example.

<-- square image -->
<img src="http://dummyimage.com/600" />

<-- image with height and width -->
<img src="http://dummyimage.com/600x400/" />

<-- image with color specified for background and text -->
<img src="http://dummyimage.com/600x400/000/fff" />

<-- image with text specified -->
<img src="http://dummyimage.com/600x400/000/fff&text=Random+text" />

4. Placebear

Placebear

Placebear is similar to placekitten but it puts the images of bears. Use of this service is also the same.

<!-- for 450 x 300 -->
<img src="http://placebear.com/450/300" />
 
<!-- Black and White -->
<img src="http://placebear.com/g/450/300" />

5. 420 Placehold it

420 Placehold it is another popular website for placeholder images. It show random images when you put an image tag from this website. It offers images in various modes like Normal, Black & white, Sepia. Sketch and other

<!-- Normal -->
<img src="http://420placehold.it/" /> 

<!-- Black and White -->
<img src="http://420placehold.it/600-600-bw" />

<!-- Sepia -->
<img src="http://420placehold.it/600-600-sepia" />

There are various other sources which also offers similar kind of placeholder images. YOu can search more on Google. But these 5 added by me are good enough for your work.

Tags:

Deepanker Verma is the founder of Techlomedia. He is a tech blogger, developer and gadget freak.


Similar Articles

0 Comments

Leave a comment

Comment policy: We love comments and appreciate the time that readers spend to share ideas and give feedback. However, all comments are manually moderated and those deemed to be spam or solely promotional will be deleted.

2020 UseThisTip | Part of Techlomedia Internet Pvt Ltd Developed By Deepanker