Created
September 6, 2024 17:57
-
-
Save yakserr/af80066a5260da586758d5525f58aa39 to your computer and use it in GitHub Desktop.
dynamic embeded googlemap with Iframe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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