Home › Forums › MapPress Support › Mappress_Map responsive width › Reply To: Mappress_Map responsive width
April 29, 2014 at 2:26 pm
#14609
Hello,
Using this code, I’ve got zero height map.
Any suggestions?
<div style="width:480px; height:480px;">[mappress id="1" width="100%" height="100%"]</div>
Page source code from browser:
<div style="width:480px; height:480px;">
<div id="mapp1_layout" class="mapp-layout mapp-align-default" style="width: 100%; ">
<div id="mapp1_links" class="mapp-map-links"></div>
<div id="mapp1_dialog" class="mapp-dialog"></div>
<div id="mapp1" class="mapp-canvas" style="width: 100%; height: 100%; "></div>
<div id="mapp1_directions" class="mapp-directions" style="width:100%"></div><div id="mapp1_poi_list" class="mapp-poi-list" style="width:100%"></div></div></div>
Thanks,
Isao