Forums
(@georgehogtronix)
8 years, 11 months ago
Within basic-google-maps-placemarks/functions.js you just need to add 'scrollwheel':false, under mapOptions.
'scrollwheel':false,
Should look like this:
mapOptions = { 'scrollwheel' : false, 'zoom' : bgmpData.options.zoom,