My add-on, The Galaxy of Andromeda, only shows a small strip, how can I make it cover more of the page?
The add-on looks great but when Firefox is up I see only a small strip how can I make it the background?
Eminye Imininingwane Yohlelo
Fakela amapulagi
- Adobe PDF Plug-In For Firefox and Netscape 11.0.12
- Content Blocker Extension
- Plugin for Glance screen sharing service
- NPRuntime Script Plug-in Library for Java(TM) Deploy
- npapicomadapter
- Photodex Presenter Plugin 5,00,0,3297
- Shockwave Flash 18.0 r0
- Virtual Keyboard
- iTunes Detector Plug-in
Isisebenziso
- I-ejenti Engumsebenzisi: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0
Eminye Imininingwane
Are you talking about a theme? Only the upper few inches will show on the browser, However, if you add a toolbar, or an add-on that has it's own bar, you will see more of the theme.
For example, install this;
https://addons.mozilla.org/en-US/firefox/addon/showip-private/ ShowIP (private)
Shows the IP address of the current page in the status bar . . . . . .
That is really pretty: https://addons.mozilla.org/firefox/addon/the-galaxy-of-andromeda/
I'm not sure what you mean by make it the background. The background of a web page, such as the home page, new tab page, etc.?
Unfortunately, like most lightweight themes, the image is only about an inch tall and therefore isn't large enough to fill the whole browser. Perhaps there is a different kind of add-on for the area you want to fill. For example, the "New Tab Tools" extension lets you choose a background image for the new tab page: https://addons.mozilla.org/firefox/addon/new-tab-tools/
To see more of the Persona you can set a min-height to the navigator-toolbox with code in the userChrome.css file or by using the Stylish extension.
Add code to the userChrome.css file below the default @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #navigator-toolbox { min-height:200px!important; box-shadow:ThreeDShadow 0 -1px inset; }
The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.