How do we embed a live iframe in webflow but ensure it does not mess with code

IFRAMES are generally CSS isolated so either;

  1. You have additional code outside of the IFRAME that’s affecting your page, or
  2. It’s the size of the IFRAME itself that’s disrupting your page.