Skip to main content

Preview

The blue background is removed when used as a browser source

Browser Source URL

http://localhost:1234/overlay/art/cover

Browser Source Dimensions

width
variable
required
height
variable
required

URL Parameters

Size

small
Displays a small imageDimensions | 128 x 128
http://localhost:1234/overlay/art/cover?small
large
Displays a large imageDimensions | 1024 x 1024
http://localhost:1234/overlay/art/cover?large
default
medium
Displays a medium-sized image (default)Dimensions | 512 x 512
http://localhost:1234/overlay/art/cover
radius
number | "circle"
default:"0 (square)"
Adjusts the border radius (roundness) of the image

Circular

http://localhost:1234/overlay/art/cover?radius=circle /* Circular Image */

Rounded (Custom Radius)

http://localhost:1234/overlay/art/cover?radius=12 /* Custom Radius */

Default

http://localhost:1234/overlay/art/cover /* Square Radius (no radius) */
spin
0 = Counter-Clockwise | 1 = Clockwise
default:"none"
Adjusts the direction in which the image spins

Default (static image)

http://localhost:1234/overlay/art/cover

Counter-Clockwise

http://localhost:1234/overlay/art/cover?spin=0

Clockwise

http://localhost:1234/overlay/art/cover?spin=1