Skip to content

Commit

Permalink
Restore support for tall images
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 5, 2024
1 parent 9190e50 commit a4d9306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ImageSlider/ImageSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Image, ImageProps } from '../Image/Image'

export type ImageSliderImageProps = Omit<ImageProps, 'aspectRatio'> & {
/** Specify the aspect ratio to use for the images. */
aspectRatio: Pick<Ratio, 'square' | 'wide' | 'x-wide'>
aspectRatio: Pick<Ratio, 'tall' | 'square' | 'wide' | 'x-wide'>
}

export type ImageSliderProps = {
Expand Down

0 comments on commit a4d9306

Please sign in to comment.