Skip to content

Commit 214ce4f

Browse files
authored
Update README.md
1 parent b2f9c0e commit 214ce4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public static function form(Form $form): Form
6767
->setMapHeight(300) // Here you can specify a map height in pixels, by default the height is equal to 200
6868
->setZoomControl(false) // Here you can enable/disable zoom control on the map (default: true)
6969
->setScrollWheelZoom(false) // Here you can enable/disable zoom on wheel scroll (default: true)
70+
->setZoomLevel(3) // Here you can change the default zoom level (when the map is loaded for the first time), default value is 10
7071
->required()
7172
// ...
7273
]);

0 commit comments

Comments
 (0)