Created
February 18, 2015 19:03
-
-
Save omurphy27/1be31effab69b0e1dcd5 to your computer and use it in GitHub Desktop.
Google My Maps Embed - Change Zoom Level
This file contains hidden or 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
// Google Maps change zoom level | |
// just append &z=15 at the end of src url | |
<iframe src="https://www.google.com/maps/d/embed?mid=zFZSXubrjIbQ.kTtvWjBE06QI&z=15" width="640" height="480"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, very helpful!