Skip to content

Commit 63ea477

Browse files
Merge pull request #254824 from stevemunk/add-lightbox-how-to-use-map-control
Added lightbox to images to the Azure Maps map control article
2 parents 2c29a08 + b3f2b38 commit 63ea477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/how-to-use-map-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
198198

199199
8. Open the file in your web browser and view the rendered map. It should look like the following image:
200200

201-
![Map image showing rendered result](./media/how-to-use-map-control/map-of-seattle.png)
201+
:::image type="content" source="./media/how-to-use-map-control/map-of-seattle.png" alt-text="Screenshot of a map image showing rendered result." lightbox="./media/how-to-use-map-control/map-of-seattle.png":::
202202

203203
## Localizing the map
204204

@@ -230,7 +230,7 @@ map = new atlas.Map('myMap', {
230230
231231
Here's an example of Azure Maps with the language set to "fr-FR" and the regional view set to `Auto`.
232232

233-
![Map image showing labels in French](./media/how-to-use-map-control/websdk-localization.png)
233+
:::image type="content" source="./media/how-to-use-map-control/websdk-localization.png" alt-text="Screenshot showing a map image with its labels in French." lightbox="./media/how-to-use-map-control/websdk-localization.png":::
234234

235235
For a list of supported languages and regional views, see [Localization support in Azure Maps].
236236

0 commit comments

Comments
 (0)