Yet Another Placeholder Service

Use this site to generate placeholder images for your project.

Usage

Use the following URL to generate a 300x300 image. The only required segment is the width.

https://yaps.dev/300

Options

Width only:

https://yaps.dev/300

Width and custom height:

https://yaps.dev/300x500

Width and custom height via aspect ratio:

https://yaps.dev/300x1:1

Width, height and colors:

Colors are formatted as background-foreground. Only background is required.

https://yaps.dev/300x500/000

https://yaps.dev/300/000-fff

Delay

Simulate slow loading images by including a delay query parameter. Any single digit is treated as second. Max of 10 seconds.

Specific delay:

https://yaps.dev/300?delay=1

https://yaps.dev/300?delay=5

Random delay within a range:

https://yaps.dev/300?delay=1-3

https://yaps.dev/300?delay=3-5


Provided as is with no express or implied warranty for accuracy or accessibility.

By Kenton Glass