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/grid

Browser Source Dimensions

width
variable
required
height
variable
required

URL Parameters

limit
number
default:30
Configure the number of images listedAffects the height of the overlay (May affect the width of the overlay)
http://localhost:1234/overlay/art/cover/grid?limit=30
cols
number
default:5
Configure the number of columns of imagesAffects the width of the overlay (May affect the height of the overlay)
http://localhost:1234/overlay/art/cover/grid?cols=5
radius
number | "circle"
default:"0 (square)"
Adjusts the border radius (roundness) of the images

Circular

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

Rounded (Custom Radius)

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

Default

http://localhost:1234/overlay/art/cover/grid /* Square Radius (no radius) */