Home › Forums › MapPress Support › Mappress_Map responsive width › Reply To: Mappress_Map responsive width
January 15, 2014 at 6:50 am
#14089
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.