Screen specific zoom factor (Responsiveness)
-
To realize a fully responsive map I would like to change the zoom factor depending on the screen resolution. This should consequently pop up the area of interest depending on the device’s screen.
Can I realize it via CSS? Something like
@media only screen and (max-width: 500px) { .gmp_map_opts {zoom: 5!important;} }etc?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Screen specific zoom factor (Responsiveness)’ is closed to new replies.