Apologies if this question has already been addressed, but I am struggling to properly articulate it. Here's the issue: I have a client's holiday accommodation website that uses three embedded iFrames for a Calendar, Booking Enquiry, and floorplans from different vendors. The problem lies in the fact that each iFrame has a different width and height.
While setting the width to 100% is not an issue, adjusting the height proves to be challenging as it keeps defaulting back to a specific size of 309px, which is specified in two CSS files essential for the site.
Is there a way to override this default height using a snippet of code? You can view the site in question here. The main concern is with the floor plans section, where the smaller iFrame does not fully showcase the potential of the plans. Thank you in advance!