Page 1 of 1

Allow images to be right-clickable.

Posted: Mon Nov 28, 2011 12:58 pm
by norman
Right-click capability of the big zoom image is usually disabled but this can be overcome.

Go to Settings / Site Options / Zoom Images Control and note down what is set for ZoomAdditionalSettings.
If it's currently Use Parent () then set it to:

Code: Select all

'right-click': true
If it's not Use Parent () then add the following after what's there:

Code: Select all

,'right-click': true
You can also use ZoomAdditionalSettings to change may other default settings. See http://www.magictoolbox.com/magiczoomplus/integration/ for details of what can be done. Look there for 40. Parameters and note that code entered into ZoomAdditionalSettings is applied via a script tag.