Skip to content

Instantly share code, notes, and snippets.

@instantiator
Created November 4, 2023 15:59
Show Gist options
  • Select an option

  • Save instantiator/4ab1c3845bf7fed4e0a4ffcc2c7adad0 to your computer and use it in GitHub Desktop.

Select an option

Save instantiator/4ab1c3845bf7fed4e0a4ffcc2c7adad0 to your computer and use it in GitHub Desktop.
Responsive embed for a published Google Slides presentation.
<!-- Responsive embed for a published Google Slides presentation, scales with width and preserves proportions. -->
<!-- Standard google slide dimensions are: 960 x 569. Height is roughly 60% of the width. -->
<div style="position: relative; width: 100%; height: 0; padding-bottom: 60%;">
<iframe frameborder="0"
style="width: 100%; height: 100%; position: absolute; left: 0"
allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"
src="https://docs.google.com/presentation/d/e/2PACX-1vQ6WWyyAQK2A0zYRuIGV08vqbZNXCCNvZ7h2FKTWlEbGmWwpb4VgB6j33RiXuWx9NCOr5xJVq7FmFCb/embed?start=false&loop=false&delayms=3000">
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment