Page 1 of 1

Disable zoom and expand globally

Posted: Tue Mar 18, 2014 5:48 pm
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