Files
bot/apps/docs/editor/blocks/bubbles/image.mdx
2023-12-22 09:13:53 +01:00

28 lines
615 B
Plaintext

---
title: Image
icon: image
---
The Image bubble block allows you to display an image to your user. You can upload an image, paste a URL or choose a GIF from the Giphy native integration.
<Tabs>
<Tab title="Flow">
<Frame style={{ maxWidth: '400px' }}>
<img
src="/images/blocks/bubbles/image.png"
alt="Image bubble"
className="rounded-lg"
/>
</Frame>
</Tab>
<Tab title="Bot">
<video
style={{ maxWidth: '400px' }}
controls
autoPlay
className="rounded-lg"
src="/images/blocks/bubbles/image-chat.mp4"
></video>
</Tab>
</Tabs>