In my current situation, I am looking to set a fixed size for my map
within a well
.
Here is the link to a jsfiddle: https://jsfiddle.net/x4gM4/36/ (please scroll to see what I have attempted).
I have already tried the code provided in the jsfiddle. Can someone please assist me in making my map
maintain a fixed size
?
This is my main div structure:
<div class="row"> <!-- start of row -->
<div class="col-sm-6">
<div class="well"> 4 images go here </div>
</div>
<!-- google map goes here, which I want to be fixed -->
<div class="col-sm-6">
<div class="well">
Google Map
</div>
</div>
</div> <!-- end of one row -->
Question: How can I make the google map well
remain fixed when scrolling through the images
?
Please adjust the jsfiddle to match the size shown in the image below.
https://i.sstatic.net/GD4Ez.png
Your assistance is greatly appreciated. Thank you in advance!