U
U
Underdoggit2019-06-28 10:22:00
Google Maps
Underdoggit, 2019-06-28 10:22:00

Is it possible to remove the top layer above the map, with a description of the functions in the google map?

Is it possible to remove the top layer above the map, with a description of the functions in the google map?
5d15c014912d2443811581.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
coderisimo, 2019-06-28
@Underdoggit

It seems impossible to remove, but you can apply a dirty trick

<div style="height:160px; border:2px solid #eee; display:inline-block; overflow:hidden;">
<iframe style="position:relative; top:-30px; border:none;" 
      src=" Source to the map " 
      width="What Ever Width" height="What ever height"></iframe>
</div>

top:-30px; - you can pick up, someone wrote that you need -46px, someone that -78

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question