Skip to content Skip to sidebar Skip to footer

Google Map Not Shown When Printing

I was trying to implement a easy route planning with Google maps API for an internal site. I came up with the following: http://jsfiddle.net/Hn7U8/6/ (If your window is too small,

Solution 1:

To solve this you can add the following code in your css sheet:

img { 
    max-width: none !important; 
}

Post a Comment for "Google Map Not Shown When Printing"