I am having problems with a Google Map that I have inside a div, which upon button click, pops up on screen. The Google Map is only partially showing. I know that I need t
Removing width: 600px; on the and triggering resize on your map after opening the modal should do the trick: $(".reveal-modal").on("reveal:opened", function(e) { google.maps.event.trigger(map, 'resize') }); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
width: 600px;
and triggering resize on your map after opening the modal should do the trick: $(".reveal-modal").on("reveal:opened", function(e) { google.maps.event.trigger(map, 'resize') }); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
map
$(".reveal-modal").on("reveal:opened", function(e) { google.maps.event.trigger(map, 'resize') });