diff --git a/locationmap.module b/locationmap.module
index 395dc2b..9bd76f1 100755
--- a/locationmap.module
+++ b/locationmap.module
@@ -492,7 +492,7 @@ function theme_locationmap_map($variables) {
     $height = $variables['height'] . 'px';
   }
 
-  return ('<div id="locationmap_map" style="width: ' . $width . '; height: ' . $height . '"></div>');
+  return ('<div id="locationmap_map" style="width: ' . $width . '; height: ' . $height . ' max-width: none"></div>');
 }
 
 /**
