Powerful Placeholder Image Generator
Instantly create placeholder images with custom dimensions, colors, text, and formats. Use our interactive tool or API for seamless integration in your web projects.
- Flexible size, color & text options
- Ultra-fast CDN delivery
- Developer-friendly API
Key Features
How to Use Imageslot.com
Building a placeholder image is simple: just construct a URL with your desired parameters. You can use our demo tool above, or manually build your URLs for advanced needs.
https://imageslot.com/v1/600x400?bg=173559&fg=ffffff&filetype=png
{width}x{height}
directly in the URL path. Select the format with ?filetype=png
(or jpg, gif, etc).
https://imageslot.com/v1/800x450?filetype=jpg
Use ?bg=
and fg=
for background and text color (hex, no # needed), and &text=
to set custom text.
What's this?
https://imageslot.com/v1/800x450?bg=00bfae&fg=23272f&text=Hero+Banner&filetype=png
Add shadow=
, fontsize=
, bold
, or italic
for advanced customization.
View all parameters
https://imageslot.com/v1/800x450?text=Preview&bold=1&italic=1&shadow=3DA35D&fontsize=48&filetype=png
- Chain parameters with
&
for multiple options. - Use
filetype=gif
parameter for simple animated placeholders (e.g., loading states). - All parameters can be combined for full control. See more examples
- For accessibility, use high-contrast color combos:
?bg=ffffff&fg=23272f&filetype=png
Frequently Asked Questions
?bg=transparent
with ?filetype=png
for a transparent background. Example:/v1/400x200?bg=transparent&filetype=png
Note: JPG/JPEG formats do not support transparency. For more, see format comparison.
shadow=
parameter to set the shadow color, and bold=1
or italic=1
for font styling. Example:/v1/500x250?text=Bold+Shadow&bold=1&shadow=23272F&filetype=png
Having Trouble?
If your image isn’t displaying as expected, check:
- Parameter spelling & supported values
- Your code/editor does not strip query params
- Use PNG for transparency
- Max size: 2000x2000px
Placeholder Images Made Easy
Imageslot.com is designed to make even advanced placeholder image needs simple and accessible. Whether you’re a beginner or a senior developer, you can generate the perfect image—fast.
- 1Use a ready-made URL for instant results:
/v1/728x90?bg=3DA35D&fg=fff&text=Banner&filetype=png
- 2Or, combine parameters for advanced control:
/v1/728x90?bg=1A726B&fg=23272F&text=Advanced+API&shadow=173559&bold=1&filetype=png
For Developers & Integrators
<img src="https://imageslot.com/v1/400x200?text=Demo&filetype=png" alt="Placeholder">
{`<img src=\"https://imageslot.com/v1/400x200?text=React+Component&filetype=png\" alt=\"Placeholder\" />`}
<img :src="`https://imageslot.com/v1/400x200?text=Vue+Image&filetype=png`" alt="Placeholder">
[image src="https://imageslot.com/v1/400x200?text=WP+Shortcode&filetype=png" alt="Placeholder"]