Street view images not loading in firefox

I have a Google streetview page running on a tab. It does not work properly in Firefox (Linux and Windows).

Streetview code loaded correctly - you can see all the map controls and it doesn't report js errors there. In the Firebug network pane, you can even see street view images (tiles, which I assume), downloads.

However, there is only a gray block in the viewport, while street view controls are superimposed on it.

Streetview works correctly in Google Chrome on the same page, on the same machine. I also tested the Win 7 machine and see the same problem in FF, although it works correctly in IE and Chrome.

The same code works fine in Firefox on the same Linux machine on another site that I have locally, and streetview works the way it was designed, so I don’t think it is a Flash plugin, like many posts on different forums.

Any ideas on this?

Here is the link:

+6
source share
1 answer

The page is generated below css directly. So get rid of this css.

Line at 415:

img { height:auto !important; //max-width:100% !important; // <- remove this css ... } 

enter image description here

+8
source

All Articles