Generate Placeholder
Images
Videos
QR Codes
OG Images
A free tool for developers to create custom placeholder images, animated videos, QR codes, and social media OG images using simple URL parameters.
Placeholder Image Generator
Preview
Your placeholder image will appear here
Documentation
Generate placeholder images using the following URL format:
https://imgsrc.pub/[width]x[height]
Example:
https://imgsrc.pub/300x200Image Parameters:
-
Extension: Add
.ext
(e.g.,.png
for png) -
Background Color: Add
bg=hexcode
(e.g.,bg=ff0000
for red) -
Text Color: Add
color=hexcode
(e.g.,color=ffffff
for white) -
Custom Text: Add
text=YourText
(use + for spaces) -
Font Size: Add
size=size
(e.g.,size=20
for 20px) -
Font Family: Add
font=font
(e.g.,font=roboto
for roboto)
Supported fonts: roboto, sans-serif, serif, monospace, arial, helvetica, tahoma, verdana, georgia, garamond, lucida
Example with parameters:
https://imgsrc.pub/400x300?bg=3498db&text=Hello+WorldPlaceholder Video Generator
Preview
Your video will appear here
Documentation
Generate animated placeholder videos using the following URL
format:
https://imgsrc.pub/video/[width]x[height]
Example:
https://imgsrc.pub/video/320x240Video Parameters:
-
Background Color: Add
bg=hexcode
(e.g.,bg=ff0000
for red) -
Text Color: Add
color=hexcode
(e.g.,color=ffffff
for white) -
Custom Text: Add
text=YourText
(use + for spaces) -
Font Size: Add
size=size
(e.g.,size=20
for 20px) -
Font Family: Add
font=font
(e.g.,font=roboto
for roboto) -
Duration: Add
duration=seconds
(e.g.,duration=10
for 10 seconds, default: 5) -
FPS: Add
fps=number
(e.g.,fps=30
for 30fps, default: 15)
Example with parameters:
https://imgsrc.pub/video/640x360?bg=3498db&text=Demo+Video&duration=3Notes:
- Maximum video dimensions: 1000x1000 pixels
- Videos are generated with a bouncing text animation
- MP4 format is used for all generated videos
- Generation speed varies based on size, duration, and FPS
QR Code Generator
Preview
Your QR Code will appear here
Documentation
Generate QR codes using the following URL format:
https://imgsrc.pub/qr?text=YourText
QR Code Parameters:
-
Content: Add
text=YourContent
(use + for spaces) -
Size: Add
size=number
to adjust QR code size (optional)
Example with parameters:
https://imgsrc.pub/qr?text=Hello+World&size=300Open Graph Image Generator
Preview
Your OG image will appear here
Documentation
Generate Open Graph images for social media sharing using the
following URL format:
https://imgsrc.pub/og?title=YourTitle&description=YourDescription
OG Image Parameters:
-
Title: Add
title=YourTitle
(use + for spaces) -
Description: Add
description=YourDescription
(use + for spaces) -
Background Color: Add
bg=hexcode
(e.g.,bg=6200EA
for purple) -
Text Color: Add
color=hexcode
(e.g.,color=ffffff
for white) -
Font Family: Add
font=font
(e.g.,font=roboto
for roboto)
Example with parameters:
https://imgsrc.pub/og?title=My+Website&description=A+great+site+with+awesome+content&bg=3498db&color=ffffffNotes:
- OG images are generated at 1200×630 pixels (optimal for social media)
- Images with website screenshots include a gradient overlay for readability