S
S
seredaes2015-02-24 18:06:58
Google
seredaes, 2015-02-24 18:06:58

Google maps zoom slider (zoomControl) is distorted! Where is the bug?

The map settings are:
disableDefaultUI:false,
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.LARGE,
position: google.maps.ControlPosition.BOTTOM_LEFT
},
The slider looks like the picture, flattened! :(
The map was inherited, where is the bug, I can't find it :(
79506da32417450786f32975537650a9.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
seredaes, 2015-02-24
@seredaes

I wrote it myself, I found the answer myself :) answer
source
And who is too lazy to read, then briefly:
to the block in which the map was displayed, I added a css class with the following parameters:
.mappins-map img {
max-width: none !important;
height: auto !important;
background: none !important;
border: 0 !important;
margin: 0 !important;
padding: 0
}
9e0c5bdbde84412e87c8f12dc29f618e.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question