Hover pin in the map to see the coordinates and zoom the map

Can anyone explain the steps on how to specify the zoom in css part for a map in glide
also i want to know how to display the coordinates when i hover on any of the pin added in the map

Thankyou

I doubt you can specify the zoom level. Considering this is MapBox, it would have been specified in the code to generate the embed.

It’s not a baked in feature, you would likely have to come up with your own Mapbox version and use it in a web embed component to make that happen.

Nevertheless, if you opt to do that, you can’t directly allow users to click a pin to go to the details screen, for example.