When you are designing a new website you normally go through a few steps until you have the finished design.
First you will get the requirements for the design from the client, this will lead you to create a wireframe to show the client so you can make sure that it is what they hoped for.
With a wireframe you will get the basic layout of the website but won't really get the look and feel of site for this you need to start the prototyping stage. This is where you will create the site in HTML including dummy text and dummy images.
The easy thing is to include dummy text as you can use lorem ipsum. But it takes more time to create these images and make sure they are the right size for your design. Then if you want to change the sizes of these images you have to go back to your image editor and change the sizes, save the file and add these images back to your prototype page.

The solution is using a placeholder service like fake images please. This service allows you to create fake images at the create sizes using their API, which means you can quickly add these placeholders to your design but just typing in the image URL.
Just like the examples below.
Create An Image 300x300
The simplest form of creating an image is to pass in 1 parameter for the size of the image, this will create an image 300 x 300.
<img src="http://fakeimg.pl/300/"/>Continue reading


