Details
Description
At the moment Sakai does it's own internal iframe resizing and if the contents of the iframe change it's up to the tool to fix it. We should look at switching to:
https://github.com/davidjbradshaw/iframe-resizer
which will do the resizing, but also allow modifications inside the iframe to trigger a resize as well.