DEV Community

Cover image for use placeholder website to generate images
mostafa amine briere
mostafa amine briere

Posted on

use placeholder website to generate images

1-How to use placeholder website to generate photos with the desired size :

  • First, let's see why you must use this website : > placeholder website allows you to use pictures in various sizes, >You may also choose the text, in order to save time in finding images without having to put an actual image

2-How to use the website :

  • All you have to do is write the code for the site, followed by some instructions, we will see them

Image size :

<img src="https://via.placeholder.com/150" alt="">

Enter fullscreen mode Exit fullscreen mode

Image description

Determine the height and width :

<img src="https://via.placeholder.com/600x250" alt="">
Enter fullscreen mode Exit fullscreen mode

Image description

Colors :

<img src="https://via.placeholder.com/300x250/ffa500" alt="">
Enter fullscreen mode Exit fullscreen mode

Image description

To change the text color :

<img src="https://via.placeholder.com/300x250/ffa500/FFF" alt="">

Enter fullscreen mode Exit fullscreen mode

Image description

To write text :

<img src="https://via.placeholder.com/300x250/ffa500/FFF?text=mostafa+amine" alt="">
Enter fullscreen mode Exit fullscreen mode

Image description

Top comments (2)

Collapse
 
linccodes profile image
Linc Codes

thanks for the site.

Collapse
 
mostafaamine profile image
mostafa amine briere

I'm so glad you liked it ❤ and thank you for the comment