Skip to main content

.chatbutton.width()

This API would let you alter the width of the Chat Button in pixels.

Syntax

Copied$zoho.salesiq.chatbutton.width( "< WIDTH >" );

Example

Copied<script>

$zoho.salesiq.ready=function()

{
   $zoho.salesiq.chatbutton.width("100");
}

</script>