Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ninja_34

    (@ninja_34)

    someone must of done this, i found the code, but it relates to version 1.07 and the code seems to have change slightly in 1.10, i understand i need to add something to function.js, but can someone explain what and where please.

    thanks

    Within basic-google-maps-placemarks/functions.js you just need to add 'scrollwheel':false, under mapOptions.

    Should look like this:

    mapOptions =
    {
    'scrollwheel'					: false,
    'zoom'						: bgmpData.options.zoom,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable scroll wheel’ is closed to new replies.