Asana Form iFrame Height is Locked and Unable to Adjust

Hello,

We are trying to add our Asana form’s embedded link to our Google site. However, once we add in the embedded code, the iframe height cannot be changed.

As you can see in the attached image, the form is automatically cut off at a certain point.

We would like to be able to have the iframe show the full form vs having to scroll in a small window.

Hi @Michelle_Costello,

On the web page where you’re embedding the form, add this:

<style>
    .asana-embed-iframe {
        height: 533px;
        width: 100%;
</style>

replacing the height and width parameters with your desired values.

Awesome, this worked! Thank you kindly.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.