简体   繁体   中英

Google Maps 100% Height

I am using the code from here:

http://jquery-ui-map.googlecode.com/svn/trunk/demos/jquery-mobile-example.html#basic_map

My only problem is that I can't find how to make the map 100% Height.

Anyone had this problem before?

You have to set height for html and body tags also:

html, body { height: 100%; }

Look at this example .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM