I have an iframe on a responsive site that is a booking form from another website. Unfortunately I can't set explicit heights on the iframe as there are dropdowns on the from which change the height (which creates scrollbars on the iframe).
So my only fix so far is to make the height way taller than it the actual booking form, so if the form increases in height it doesn't create the scrollbars. Is there any method whereby the iframe changes height dependant on the height of the form?
I trawled everywhere but am yet to find a solution!
Thanks.