Skip to content

Commit 6db323b

Browse files
add aspect ratio calculation to webframe
1 parent 932fec2 commit 6db323b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/toucantoco/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const embedBlock = createComponent<{
7373
source={{
7474
url: environment.integration.urls.icon,
7575
}}
76-
aspectRatio={aspectRatio}
76+
aspectRatio={1}
7777
/>
7878
) : undefined
7979
}
@@ -88,7 +88,7 @@ const embedBlock = createComponent<{
8888
source={{
8989
url,
9090
}}
91-
aspectRatio={1}
91+
aspectRatio={aspectRatio}
9292
/>
9393
</block>
9494
);

0 commit comments

Comments
 (0)