Circular Gallery

Media & Content

A 3D circular/orbital image carousel with drag and scroll navigation. Items are arranged in a curved arc with perspective-based scaling, fading, and smooth momentum deceleration.

Loading preview...
Customize
Radius
600
Item Width
280
Item Height
200
Scroll Speed
2
Border Radius
12
Text Color
#ffffff

Props

PropTypeDefaultDescription
itemsArray<{ image: string; text: string }>8 gradient placeholdersGallery items with image URL (or CSS gradient) and label text.
radiusnumber600Radius of the circular arrangement in pixels.
itemWidthnumber280Width of each image card in pixels.
itemHeightnumber200Height of each image card in pixels.
scrollSpeednumber2Drag and scroll sensitivity multiplier.
textColorstring'#ffffff'Color of the label text below each card.
borderRadiusnumber12Border radius of each card in pixels.
classNamestring''Additional CSS classes for the container.