Make sure you are not using class="container" on anything enclosing the map. (<body>, <main>, <div> for example) The map needs to have a fixed size and Bootstrap class="container" makes it responsive to screen size. Took me a long time (too long!) to spot this.