Skip to content

Instantly share code, notes, and snippets.

@Stefany93
Created June 19, 2019 21:47
Show Gist options
  • Save Stefany93/ba02653000300b1f7d60b7a20d76f53a to your computer and use it in GitHub Desktop.
Save Stefany93/ba02653000300b1f7d60b7a20d76f53a to your computer and use it in GitHub Desktop.
Embedding Google Maps with amp-iframe
<amp-iframe
width="1200"
height="500"
layout="intrinsic"
sandbox="allow-scripts allow-same-origin allow-popups"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d380559.8849917613!2d-88.01093622197548!3d41.82562576585843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x880e2c3cd0f4cbed%3A0xafe0a6ad09c0c000!2sChicago%2C+IL!5e0!3m2!1sen!2sus!4v1560979429160!5m2!1sen!2sus" >
</amp-iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment