Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ladygeekgeek

    (@ladygeekgeek)

    Solved it myself.
    added scrollwheel: false, to line 53

    var map_options = {
    				zoom: <?php echo esc_attr( $atts['zoom'] ) ?>,
    				center: location,
                                    scrollwheel: false,
    				mapTypeId: google.maps.MapTypeId.ROADMAP
    			}
    Kaushik Gujjar

    (@kaushikgujjar)

    Thanks ladygeekgeek
    I am looking for same solution, and this works for me!!

    Thread Starter ladygeekgeek

    (@ladygeekgeek)

    Great glad to have helped!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable mouse scroll wheel zooming?’ is closed to new replies.