Create custom placeholder images with ease!
Generate placeholder images using the following URL format:
/size/background_color/text_color/format?query_params
widthxheight
(e.g., 600x400
). You
can add @2x
or @3x
for retina
resolution (e.g., 600x400@2x
).
svg
(default), png
,
jpeg
.
/background_color/text_color
(e.g.,
/000000/FFFFFF
).
?text=your+text
. Use \n
or
%0A
for new lines.
?font=FontName
. Example:
?font=Lato
. Font must be preloaded or embedded.
?gradient=color1,color2
(e.g.,
red,blue
).
/600x400
/600x400/000000/FFFFFF/png
/600x400?text=Hello+World
/600x400/png?gradient=red,blue
/600x400@2x/png?gradient=yellow,green