xxxxxxxxxx
1
<div class="container-fluid mt-3 mb-5">
2
3
<!-- Section: Block Content -->
4
<section class="mb-4">
5
6
<style>
7
.map-container {
8
overflow: hidden;
9
position: relative;
10
height: 0;
11
}
12
13
.map-container iframe {
14
left: 0;
15
top: 0;
16
height: 100%;
17
width: 100%;
18
position: absolute;
19
}
20
</style>
21
22
<!-- Google Maps -->
23
<div id="full-width-map" class="z-depth-1-half map-container" style="height: 500px">
24
<iframe src="https://maps.google.com/maps?q=manhatan&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0"
25
style="border:0" allowfullscreen></iframe>
26
</div>
27
<!-- Google Maps -->
28
29
</section>
30
<!-- Section: Block Content -->
31
32
</div>
1
1
1
1
Console errors: 0