Closed ZimaBlueee closed 3 months ago
The height cannot be adjusted any higher
Here is an example:
<script type="module">
import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/js@0.3/dist/web.js'
Typebot.initBubble({
typebot: 'my-typebot',
theme: {
chatWindow: { maxWidth: '500px', maxHeight: '600px' },
},
})
</script>
Hi,
As shown in the attached image, I've integrated Typebot into my project using HTML and JavaScript in bubble form. However, I've noticed that the width of the chat bubble cannot be set larger.
I adjusted the width in CSS, but found that the maximum width has an upper limit, and I can't break this limit. No matter how large the width is, it is still the default value.
How can I configure this?
Here is the code I used to integrate Typebot into my project:
thanks!