We are in process of integrating our calling widget within Freshdesk using an iFrame. So, is there any way we can resize that iFrame modal as per our requirement.
Page 1 / 1
Just stumbled upon this entry (looking for something else). Is this what you are looking for:
in app.js in:
function start() {
app.initialized().then(function getClientObj(_client) {
client = _client;
client.instance.resize({height: "60px"});
});
}
Hi
As per my understanding,
These steps will make an iframe resizable:
- Create a div for resizing. eg: <div class="resizable"></div>
- Apply the style tag for style of div.
- Include jQuery & jQuery UI
- Execute Resizable .
Reply
Join the Community
Already have an account? Login.
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.