Hi, Im trying to add google maps in a modal, however the maps window is showing but the map is loaded into the top right corner and I can't move it at all.
Any help please :) ? Here is my code for the map and the modal.
$('#google-map1').gMap({
address: 'ul. Radetski 2, 3001 Vratsa, Bulgaria',
maptype: 'ROADMAP',
zoom: 17,
markers: [
{
address: "ul. Radetski 2, 3001 Vratsa, Bulgaria",
icon: {
image: "images/icons/map-icon-red.png",
iconsize: [32, 39],
iconanchor: [32,39]
}
}
],
doubleclickzoom: true,
scrollwheel: false,
controls: {
panControl: true,
zoomControl: true,
mapTypeControl: true,
scaleControl: true,
streetViewControl: true,
overviewMapControl: true
}
});
×
Modal title1
Close
Save changes
