Is it possible to increase the size of a google map on mobile. It looks OK on a regular screen but gets squashed up on mobile devices, want it to be taller or does the aspect ratio stop me from doing that?
Hey There,
The google maps is responsive so the height of map changes dynamically.
To set the fixed height for map on mobile version, please add this element CSS to your map element:
@media (max-width: 767px){
$el .x-frame-inner {
padding-bottom: 120%;
}
}
[quote]Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.[/quote]
Hope that helps and thank you for understanding.
thanks that worked great
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.