I'm working with an affiliate company that provides an iFrame that I embed to my page.
The problem is that the height of their iFrame changes dynamically, and it scrolls vertically separately from my page.
Can you guys suggest a way that I can modify my page to match the height of the iFrame? I can't change it on their end, all I can change is the container page on my end.
My options are Javascript, jQuery, CSS, or PHP if you can think of a way to do it server-side.