Reply To: Mappress_Map responsive width

Home Forums MapPress Support Mappress_Map responsive width Reply To: Mappress_Map responsive width

#14089
Chris
Keymaster

Hi,

This should work:

$mapwidth = "100%";
$mapheight = "100%";

Note that if you set a height in %, you must have a containing element around the map that has an explicit height. Otherwise the browser will treat 100% of nothing, or zero.