Home / Templates / Speedwell / Components / Gallery Item

Gallery Item

src/components/gallery-item.tsx
import { Image, type ImageProps } from '@/components/image'
// GalleryItem component for gallery items - just Image with wrap=false
export interface GalleryItemProps extends Omit<ImageProps, 'wrap'> {}
export function GalleryItem(props: GalleryItemProps) {
return (
<Image
{...props}
alt={props.alt || ''}
wrap={false}
mediaLink={!props.href}
/>
)
}

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC