There are a couple of Components that change the height of the content asynchronously, e.g.
Spoiler and Spoiler-like elements (e.g. solutions, hints, ...)
Injections
The users of the content api should be notified about that so that they can resize the iframe accordingly. Currently, we are listening on the resize event on window for that but I'm open to other solutions that possibly fit better when using React (& redesign technology)
There are a couple of Components that change the height of the content asynchronously, e.g.
The users of the content api should be notified about that so that they can resize the iframe accordingly. Currently, we are listening on the
resize
event onwindow
for that but I'm open to other solutions that possibly fit better when using React (& redesign technology)