You have

img, object, table {
  overflow: auto;
  max-width: 100%; max-height: 100%; }

in
https://mailingmaker.bpost.be/sites/all/themes/prospection/sass/basis/_general_tags.scss

Which applies to every image on the page. *Including the ones inside the
map. *

The Maps API itself injects:
.gm-style img {
    max-width: none;
}

to undo.

It's not a great solution, but you could add

.gm-style img {
    max-height: none;
}

to your CSS somewhere. Google added the max-width reset, because a lot of
users use some sort of 'CSS Reset', its common to do the max-width, just
not sure setting max-height is so common.





On 16 February 2016 at 06:36, Vasu Reddy <vasu...@gmail.com> wrote:

> Below is the website URL.
> https://mailingmaker.bpost.be/fr/b2c
>
> On Tuesday, 16 February 2016 11:41:42 UTC+5:30, Mark McDonald wrote:
>>
>> OK, without any more information I can't help you unfortunately. If you
>> can provide the whole page (as a URL) or the relevant code, someone here
>> might be able to provide some advice.
>>
>> On Tue, 16 Feb 2016, 17:06 Vasu Reddy <vas...@gmail.com> wrote:
>>
>>> Hello Mark,
>>>
>>> Thanks for your reply.
>>>
>>> There are no errors I can see in the console.
>>> Initialize() is function to construct markers.
>>> We did not do any CSS changes recently. The map was working properly
>>> till Friday (I did not check on Saturday and Sunday) and it did not work
>>> when I checked on Monday morning.
>>>
>>> The map was disappeared 3 months backs and I have changed  the version
>>> of api to v=3.2 then it started working till Friday.
>>>
>>>
>>>
>>> On Tuesday, 16 February 2016 04:09:56 UTC+5:30, Mark McDonald wrote:
>>>
>>>> The RetiredVersion message is only a warning, and should not impact
>>>> your ability to render a map.
>>>>
>>>> Do you get any other errors? What's in your initialize() function?
>>>>
>>>> The screenshot you've provided has map controls that look very strange.
>>>> Do you have any CSS that might be getting applied to the map incorrectly?
>>>>
>>>> On Tue, Feb 16, 2016 at 8:31 AM Vasu Reddy <vas...@gmail.com> wrote:
>>>>
>>> Hello everyone,
>>>>>
>>>>> Till yesterday The google maps was showing perfectly in our website.
>>>>> Suddenly today map is not showing.
>>>>> I see that there was a warning message saying "RetiredVersion:
>>>>> https://developers.google.com/maps/documentation/javascript/error-messages";
>>>>> and script tag was: <script src="
>>>>> https://maps.googleapis.com/maps/api/js?v=3.2&amp;callback=initialize";
>>>>> type="text/javascript"></script>
>>>>>
>>>>> Then I have changed my script tag as below (changed version number)
>>>>> and  warning message disappeared but still map is not showing:
>>>>> <script src="
>>>>> https://maps.googleapis.com/maps/api/js?v=3.22&amp;callback=initialize";
>>>>> type="text/javascript"></script>
>>>>>
>>>>>
>>>>> Can  someone please tell me what could be problem?
>>>>>
>>>>> FYI: attached screenshot
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Google Maps JavaScript API v3" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to google-maps-js-api-v3+unsubscr...@googlegroups.com.
>>>>>
>>>> To post to this group, send email to google-map...@googlegroups.com.
>>>>
>>>>
>>>>> Visit this group at
>>>>> https://groups.google.com/group/google-maps-js-api-v3.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google Maps JavaScript API v3" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-maps-js-api-v3+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-map...@googlegroups.com.
>>> Visit this group at
>>> https://groups.google.com/group/google-maps-js-api-v3.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-maps-js-api-v3+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-maps-js-api-v3@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.

Reply via email to