Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 23, 2022 10:48 pm GMT

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="">

Image description

Determine the height and width :

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

Image description

Colors :

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

Image description

To change the text color :

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

Image description

To write text :

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

Image description


Original Link: https://dev.to/mostafaamine/use-placeholder-website-to-generate-images-3jd4

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To