When using an intergation iframe without language code (eg. <iframe src="https://mixtures.info/recap/{$id}/"></iframe>), the iframe javascript resizer fails.
event.data.url contains the language code, but the iframe element src attribute does not, hence getting the iframe element from the parent page fails
When using an intergation iframe without language code (eg.
<iframe src="https://mixtures.info/recap/{$id}/"></iframe>
), the iframe javascript resizer fails.event.data.url
contains the language code, but the iframe elementsrc
attribute does not, hence getting the iframe element from the parent page fails