Title: Disable mouse scroll wheel zooming?
Last modified: August 30, 2016

---

# Disable mouse scroll wheel zooming?

 *  Resolved [ladygeekgeek](https://wordpress.org/support/users/ladygeekgeek/)
 * (@ladygeekgeek)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/scrollwheel/)
 * Hi there – love this plugin, but wondering if there is any way to disable mouse
   scroll wheel zooming?
    Many thanks!
 * [https://wordpress.org/plugins/wp-google-maps-shortcode/](https://wordpress.org/plugins/wp-google-maps-shortcode/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [ladygeekgeek](https://wordpress.org/support/users/ladygeekgeek/)
 * (@ladygeekgeek)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/scrollwheel/#post-6734485)
 * 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](https://wordpress.org/support/users/kaushikgujjar/)
 * (@kaushikgujjar)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/scrollwheel/#post-6734633)
 * Thanks ladygeekgeek
    I am looking for same solution, and this works for me!!
 *  Thread Starter [ladygeekgeek](https://wordpress.org/support/users/ladygeekgeek/)
 * (@ladygeekgeek)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/scrollwheel/#post-6734634)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-google-maps-shortcode_c5d8de.svg)
 * [WP Google Maps Shortcode](https://wordpress.org/plugins/wp-google-maps-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-google-maps-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-google-maps-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-google-maps-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-google-maps-shortcode/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ladygeekgeek](https://wordpress.org/support/users/ladygeekgeek/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/scrollwheel/#post-6734634)
 * Status: resolved