Google Map Zoom
Hi,
Where can i change default zoom on google map sidebar widget (small one, not searchbar like in demo)
i found post on this forum but i cant find file includes/sidebar-gmap.php O_o
i found only includes/geo/map-providers/google-maps.
js
and in line 6
$.extend( true, $.appthemes.appthemes_map.prototype, {
options: {
zoom: 17
},
When i change it for 4 (to see all country), nothing change on page. Meybe this option is in other file?