[JavaScript] Disable Scroll Zoom in Google Maps
var map = new google.maps.Map( document.getElementById( 'map-canvas' ), { | |
zoom: 7, | |
center: new google.maps.LatLng( originalLocation[0], originalLocation[1] ), | |
scrollwheel: false | |
}); |
This comment has been minimized.
This comment has been minimized.
Thanks for share this solution :=) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
pls upload with html code