PDA

View Full Version : Google Map, Bigger?


Aaron Jors
Oct-10-2007, 05:16 PM
Is there any way I can make the google map slightly bigger height wise?

Andy
Oct-10-2007, 05:47 PM
You might try decoding what Ivar's done :D

http://ivar.smugmug.com/gallery/3556298

Or, wait and see if he comes by and "shares the wealth"

Barb
Oct-10-2007, 05:49 PM
Is there any way I can make the google map slightly bigger height wise?

Sure, add the following to your CSS:

#map {
width: auto;
height: 450px !important;
}

I've increased the height on mine here:

http://www.photoscapedesign.com/map

Aaron Jors
Oct-10-2007, 06:40 PM
Thanks Barb, worked like a charm.