After applying Bootstrap CSS, the mobile view for map which is not in the certain <div> it will show out of map div.
Map is not coming accurate.
Our code is,{php}
<div id='mapDiv' style="position:relative;min-height: 478px; min-width:inherit; ">
<img id="loading" src="./images/loading.gif" />
</div>
How to fix the map(bing) in the mobile view correctly?
Your
idfor yourimgis conflicting with some otheridin your page andyou may or may not have inline css or other priority tag for that
id. So you should review your HTML file.