Hey All,

I was testing a new embed plugin I am creating for WordPress and noticed 
that with the default theme the streetview pegman isn't showing correctly in 
normal and hover state.

You can see a sample of what I mean in this screenshot:
http://svzsolutions.nl/screenshots/google-maps-v3-bug-streetview-icon.jpg

The problem is that the default theme of WordPress has the following css:
#content img {
max-width: 640px;
}

This causes a problem because the pegman is in a sprite image of 1029px and 
it get's resized to that (tested in Chrome / Firefox). 

I can work around this by doing:

.gmnoprint img {

max-width: 1030px;

}

But I think it would be nicer to just set the max-width in the Google Maps 
Library instead, just to prevent any user confusion when someone uses it in 
their website.

Thanks in advanced for fixing (or not :)).

Grz,
Stefan van Zanden
   

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to