28 lines
615 B
Plaintext
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>
|