Page 1 of 1

Expanded view has corrupted background in Firefox

Posted: Wed Jul 21, 2021 4:44 pm
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.