Embeded Google Slides Not Formating to Screen Size

Topic summary

A user is trying to embed a Google Slides presentation into a blog post but encounters formatting issues across different screen sizes, particularly on mobile devices where the embedded content doesn’t fit properly.

Current Problem:

  • The embedded iframe doesn’t auto-adjust to different device widths
  • Fixed width and height attributes (960 width, 569 height) prevent responsive behavior

Technical Details:

  • The provided iframe code includes hardcoded dimensions
  • The code appears garbled/reversed in the post, making it difficult to analyze the exact implementation

Status: The question remains unanswered with no solutions or suggestions provided yet. The user is seeking guidance on what modifications are needed to make the embedded Google Slides responsive across devices.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

I want to embed a Google Slides document into my blog post but it’s not auto-formating to the width of different devices. For example, it doesn’t fit the page when visiting on a mobile device.

I have the code here but what do I need to fix/add to have it auto adjust to the screen size?