Disable zoom and expand globally

Integration of Magic Zoom Plus from http://www.magictoolbox.com with Actinic.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Disable zoom and expand globally

Post by norman »

Disable zoom and expand globally, go to Settings / Site Options / Zoom Image Control and set ZoomAdditionalSettings to:

Code: Select all

'disable-zoom':true, 'disable-expand':true
Disable zoom only:

Code: Select all

'disable-zoom':true
Disable expand only:

Code: Select all

'disable-expand':true
Norman
Post Reply