Allow images to be right-clickable.

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

Allow images to be right-clickable.

Post 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.
Norman
Post Reply