Appearance
sliders
A list of sliders created in Website > Sliders, or null if none exist. A slider may only contain image media. Animated gifs are supported, but are not transformed to match the configured dimensions of the slider.
ACCESS
Directly accessible in all Website templates.
Example
json
[{
"id": 8,
"name": "Home",
"width": 1600,
"height": 900,
"auto_crop": 0,
"autoplay_speed": 5,
"office_id": null,
"cover_url": "https://cdn.syngency.com/[agencyId]/sliders/[sliderId]/[imageId].jpg",
"created_at": "2025-01-31 12:00:00",
"updated_at": "2025-01-31 12:00:00",
"images": [{
"id": 3051,
"sort_order": 0,
"caption": null,
"link": null,
"type": "image/jpeg",
"width": 1600,
"height": 900,
"aspect_ratio": 0.5625,
"url": "https://cdn.syngency.com/[agencyId]/sliders/[sliderId]/[imageId].jpg?[cacheString]",
"created_at": "2025-01-31 12:00:00",
"updated_at": "2025-01-31 12:00:00"
}]
}]Properties
Each item in the array has the following properties:
id
integername
stringwidth
integerheight
integerauto_crop
booleanautoplay_speed
integeroffice_id
integercover_url
stringFormat: absolute-url
created_at
datetimeupdated_at
datetimeimages
arrayid
integersort_order
integercaption
stringlink
stringtype
stringwidth
integerheight
integeraspect_ratio
numberurl
stringFormat: absolute-url
created_at
datetimeupdated_at
datetime