I am new to advanced coding and currently working on my first responsive Wordpress site. I have a "Product Search" database/site that I'm trying to integrate into my website using an iFrame. I want the integration to look seamless without scroll bars around the frame.
You can see the page for reference here:
I am facing two problems:
a) The iFrame is not adjusting dynamically based on the content within it. Since the content varies on each "page" of the database, setting a fixed frame height cuts off the content at the bottom.
b) The iFrame and its content are not responsive to different screen or window sizes. For example, when viewing the Parent Page on a mobile device, the iFrame (and content within) gets cut off.
I need a dynamic iFrame that adjusts to its content and is responsive to different device screen/window sizes. I don't have much coding knowledge, so I would greatly appreciate detailed instructions on how to fix this issue.
Below is the code I've used for the iframe on the linked page:
<iframe id="espweb" src="http://alwayzinc.espwebsite.com/" height="1700" width="100%" frameborder="0" scrolling="no"></iframe>