How to generate temporary image for development environment?

1

Some time ago I found a post that showed how to generate temporary images, a gray background image and a background mark containing the dimensions of the image. This image is generated automatically, with dimensions determined via pass parameter get, that is, it was not saved to disk, it only served to have a preview of how the layout would look.

However, I lost this post and can not find anything to talk about the feature. Any guidance on how I can use this feature? Documentation, etc.?

    
asked by anonymous 23.11.2017 / 04:01

1 answer

6

I believe you are referring to the link , where you can generate "gray background images and a background markup containing the dimensions of the same" .

For example:

<img src="http://via.placeholder.com/350x150">

Ifyouwant,youcanevenchangethecolorinadditiontothesize:

<img src="http://via.placeholder.com/250x500/d00254/f565845">
23.11.2017 / 04:36