Expanded view has corrupted background in Firefox

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

Expanded view has corrupted background in Firefox

Post by norman »

The Firefox browser (seen with V90.0.1 and below) may display a blocky corrupted background in Expanded view.

This can be worked around by setting a plain white background for the Expanded view via Settings / Site Options / Zoom Images Control / Additional Settings.
If there's nothing there set it to:

Code: Select all

'cssClass': 'white-bg'
If there's something there, append the following to it:

Code: Select all

, 'cssClass': 'white-bg'
You can also use dark-bg instead of white-bg above to get a translucent dark background.
Norman
Post Reply