I\'m trying to insert a Google map into a modal using Twitter Bootstrap. The modal shows up with the shape of the map present, but only part of the map is displayed, the res
the following code work perfectly fine for bootstrap 3
$("#mapModal").on("shown.bs.modal", function () {initialize();});