Page 2 of 2

How do I scale googlemap for different screen sizes?

Posted: Sat Mar 15, 2014 12:28 pm
by Alena Prykhodko

Ok, thanks for sharing :)
Took no notice of 'did this'


How do I scale googlemap for different screen sizes?

Posted: Wed Apr 02, 2014 5:50 pm
by Lars Holtet

I have "show my position" and "locate on map" functions above the google map view. Where can i paste this code to get it to scale right on ipad?

// googleMap default height: 220px, width: auto
var viewport_height = $(window).height();
if (viewport_height 500) {
$('div[dsid="googleMap"]').height('440px');
}


How do I scale googlemap for different screen sizes?

Posted: Thu Apr 03, 2014 1:26 am
by Illya Stepanov