Hi guys,
The other thread was closed, but the issue wasn’t resolved. The last message was me asking how to make the height of the container and iframe automatically get longer as necessary to show content. There must be a way to do this, no?
Thanks for your help…
Best,
Jonathan
Hey Jonathan!
No, height in css does not work like that. The percentage height uses whatever the fixed height value is for its container. So if the item doesn’t have a fixed height immediately above it then it doesn’t calculate a height.
Cheers!
Devin
Thanks Devin, so is there no way to get the height to dynamically size?
Hey!
There may be ways of doing it using some JavaScript hacks, unfortunately that’s out of the scope of the support we offer.
Cheers!
Josue
Ok, no problem. Thanks guys. Really appreciate it.