Responsive Google Map?

后端 未结 13 1572
北荒
北荒 2020-12-07 10:26

How to make a responsive google map from the code

I use in css

13条回答
  •  -上瘾入骨i
    2020-12-07 10:36

    I am an amateur but I found this worked:

    .maps iframe {
        position: absolute;
    }
    
    body {
        padding-top: 40px;
        padding-bottom: 820px;
        height: available;
    }
    

    There may be a bit of whitespace at the bottom but I am satified

提交回复
热议问题