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 166a031 commit 5d36d10Copy full SHA for 5d36d10
src/components/SketchEmbed/index.astro
@@ -9,6 +9,7 @@ interface Props {
9
width?: number | string;
10
height?: number | string;
11
scripts?: string[];
12
+ hideOffscreen?: boolean;
13
}
14
15
const defaultHeight = 400,
0 commit comments