Skip to content

Instantly share code, notes, and snippets.

@yakserr
Created September 6, 2024 17:57
Show Gist options
  • Save yakserr/af80066a5260da586758d5525f58aa39 to your computer and use it in GitHub Desktop.
Save yakserr/af80066a5260da586758d5525f58aa39 to your computer and use it in GitHub Desktop.
dynamic embeded googlemap with Iframe
<div style="width: 960px;">
<iframe
width="600"
height="450"
src="https://www.google.com/maps?q=${lat.value},${lng.value}&hl=es;z=14&output=embed"
style="border:0;"
allowfullscreen=""
loading="lazy">
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment