ZohoDevelopers / embeddedApp-js-sdk

Js SDK for Zoho Embeded app
Apache License 2.0
48 stars 27 forks source link

Can't resize widget telephony height UI more than 500px #25

Closed ashishsubedi10 closed 3 months ago

ashishsubedi10 commented 6 months ago

image

I am using ZOHO.CRM.UI.Resize to resize.

yokeshdj commented 3 months ago

Try using % in the resize method. It works for me.

https://help.zwidgets.com/help/v1.2/ZOHO.CRM.UI.html#.Resize

ZOHO.CRM.UI.Resize({height:"80%",width:"80%"}).then(function(data){ console.log(data); });