3D Perspective
3D tilt perspective card lightbox.
lightbox3dperspectivetilt
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
image | string | https://images.unsplash.com/photo-1492633423870-43d1cd2775eb?q=80&w=2000&auto=format&fit=crop | Main image source URL. |
thumbnailImage | string | Optional thumbnail image URL (uses main image if not provided). | |
backgroundColor | string | #cbd5e1 | Background color (hex, rgb, or hsl). |
overlayColor | string | #0f172a | Overlay background color (hex, rgb, or hsl). |
title | string | Mountain Retreat | Title text displayed in lightbox. |
description | string | A serene escape into nature's embrace. | Description text displayed in lightbox. |
buttonText | string | Explore More | Button text. |
showShare | boolean | true | Whether to show the share button. |