Embedded Code Stretches Past Screen Size

I embedded a google groups code but I cant get to fit on the screen when it scaled down.
https://preview.webflow.com/preview/buskirk-engineering?preview=a11d0236a7141144f52da3b847eb34f8

Hello @thowenstine

Can you give us more details about the issue? Screenshots of the issue and the route where we can find the issue help a lot.

Hi! Please read the category guidelines too! Thanks

Posting Guidelines for the Code Help Category

Hi,
I added a viewable link and an image of what it looks like on mobile. Do you know how I can get this to fit the screens as it scale down? Thank you!

You’ll have to remove the fixed px width attribute on your iframe, and use custom CSS to set it to 100% width.

Current:

<iframe id="forum_embed"
  src="javascript:void(0)"
  scrolling="no"
  frameborder="0"
  width="900px"
  height="900px">
</iframe>

I’

m not great with code but this is what I added

I cant scroll right either.

Any suggestions?