Page 1 of 1

Default Zoom Level in Detail View

Posted: 06 Nov 2017, 01:28
by chris@code3.media
Making great use of this component! It would really, really be nice if the default zoom could be changed on the image view with multibox. Its way too far away....can anyone recommend a fix?
https://code3.media/images/Capture-defaultzoom.JPG

Thanks
Chris

Re: Default Zoom Level in Detail View

Posted: 13 Nov 2017, 17:07
by Jan
Hi, the zoom should be set by the map options. When you edit the maps in image edit, you can see the zoom parameter there.

Jan

Re: Default Zoom Level in Detail View

Posted: 06 Dec 2017, 05:07
by chris@code3.media
Ah, I see that now....Can you recommend a way to change the default level on all images? Perhaps a database script to run in phpmyadmin? doing all the images individually will take me months!

Re: Default Zoom Level in Detail View

Posted: 09 Dec 2017, 15:17
by Jan
Hi, yes, I think, making in phpMyAdmin with SQL query will be the quickest and easiest method:

UPDATE table SET column = number;

Jan