DEV Community

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

Posted on

7 1

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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

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

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay