Closed (works as designed)
Project:
Geolocation Field
Version:
7.x-1.1
Component:
Google Maps geolocation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2013 at 15:29 UTC
Updated:
17 Dec 2013 at 16:35 UTC
Jump to comment: Most recent

Comments
Comment #1
Ben_le_Kstor commentedHi,
I had the same issue (Drupal 7.21 - Geolocalisation Field 1.1).
Exploring the css, i found that i had style on my theme which forced a
max-width : 100%;Removing the
max-widthapplied to the images of the widget fixed the issue !So i'd rather qualify this as a miss configuration from me than an issue from the module. Just remember that the sprite used to display controls (http://maps.gstatic.com/mapfiles/mapcontrols3d7.png) should not be given a
max-widthvalue.Comment #2
chefnelone commentedIf you are using the omega theme the cause is the style: img{max-width:100%}.
Comment #3
chefnelone commented