We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1682bb2 commit 8c67d74Copy full SHA for 8c67d74
src/components/Image/index.astro
@@ -5,6 +5,7 @@ type Props = ComponentProps<typeof Image> & {
5
/** Defaults to 'photo' aspect ratio */
6
aspectRatio?: "photo" | "square" | "none";
7
caption?: string;
8
+ containerClass?: string;
9
};
10
const { props } = Astro;
11
---
0 commit comments