Changing the background color when opening an image?
I just installed Firefox on my new Windows laptop, and when I open an image in a new tab the background around the image is a dark gray. On my old computer the background is white, which I much prefer. How do I change this setting?
선택된 해결법
It is a new feature in Firefox 11+ versions to display a single image centered with an almost black background.
It is added by this stylesheet:
- resource://gre/res/TopLevelImageDocument.css
You can look at this extension to set your preferred background color and remove the centering.
- Old Default Image Style: https://addons.mozilla.org/firefox/addon/old-default-image-style/
See also these forum threads for other solutions (e.g. userContent.css):
문맥에 따라 이 답변을 읽어주세요 👍 7모든 댓글 (3)
선택된 해결법
It is a new feature in Firefox 11+ versions to display a single image centered with an almost black background.
It is added by this stylesheet:
- resource://gre/res/TopLevelImageDocument.css
You can look at this extension to set your preferred background color and remove the centering.
- Old Default Image Style: https://addons.mozilla.org/firefox/addon/old-default-image-style/
See also these forum threads for other solutions (e.g. userContent.css):
Wow, thanks for the quick reply. That add on did exactly what I wanted.
You're welcome