Google map embed
Hi,
I'd like to do such thing in a page: http://www.f-onesup.com/Locator
I tried inserting this google map (https://www.google.com/maps/d/viewer?mid=z_jmgEDTPYKY.kW28WibTTZvI) into a page with the embed code but it doesn't work: <iframe src="https://www.google.com/maps/d/embed?mid=z_jmgEDTPYKY.kW28WibTTZvI" width="640" height="480"></iframe>
Could you please advise?
Thanks!
Comments
please send us url to page where you tried to embed this map and we'll have a look on it. The url you sent above, is not our theme.
position: relative;
padding-bottom: 75%; /* 4:3 ratio*/
height: 0;
overflow: hidden;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}