Hi,
I have to insert a booking tool in a page by an iframe. The iframe code is:
<iframe src="https://iframe.leisureking.eu/if/111094c5ecff108addf7996a0d171dce" scrolling="no" id="lkiframe" style="width:100%; border:0;"></iframe><script src="https://www.leisureking.eu/iframe/scale.js"></script>
Page: https://explorethecantharel.com/outdooractiviteiten/
The iframe is flexing in height by for example click on Meer info or Reserveren.
I placed the iframe in a RAW element en set the column to a base height of 100vh, flexbox on to child placement Row and vertical align to stretch.
Now it’s showing all content well until the iframe is streching by clicking Meer info or Reserveren. Now the column is not stretching with the iframe so some content disapear.
Is there a way to let the column stretch height with the iframe height?
Thx in advance,
Carel