arnaudleclerc / ng-azure-maps

Angular wrapper around azure maps
MIT License
16 stars 14 forks source link

Azure maps are not responsive #37

Closed brij5580 closed 3 years ago

brij5580 commented 3 years ago

azure-map-not-responsive

Azure map is not responsive. It exceeds the div.

arnaudleclerc commented 3 years ago

Hi. All the tags you can find in this library are directives, not components. They don't influence how the native azure-maps elements are rendered. I think this is the responsibility of applications using this library to handle the design or the responsiveness of the map.

I am sadly far from being a CSS expert, so I cannot give you any advice on how you can achieve that. But I guess that should be possible on your side, right ?

arnaudleclerc commented 3 years ago

I'll close this one as it won't be fixed on the library but should be done on the application using it.