Custom button size

You can customise the size of the button that starts your chat widget by providing the height and width in pixels in the buttonHeight and buttonWidth properties. When no size is provided, the button defaults to 58 x 58 pixels.

Specify the number of pixels in a string. Do not include 'px' or any other text in the property.

<script>
const options = {
integrationId: '<integration Id>',
buttonHeight: '90',
buttonWidth: '90',
},

ingeniousai.init(options).then();
</script>
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.