Firefox clear cache issues

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
User avatar
jscher2000
Posts: 11742
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: Firefox clear cache issues

Post by jscher2000 »

If you zoom in/out to the point that the window.innerWidth is 1925px or narrower, or body.offsetWidth is 1900px or narrower, there should not be any white background (more or less, this is difficult to compute on a laptop screen). However, if the body width exceeds those dimensions, a gap appears.

This seems related to using background-size:cover, which enlarges the background image proportionally, meaning the white center column also is enlarged. Can you edit the background image so there is enough photo in the center to compensate for wider displays?

Note: Firefox recomputes these dimensions when you see. Example: http://dev.jeffersonscher.com/resolution.html
User avatar
DanRaisch
Moderator
Posts: 127188
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Firefox clear cache issues

Post by DanRaisch »

Moving to Web Development.
johnmacd
Posts: 34
Joined: June 13th, 2013, 4:27 am

Re: Firefox clear cache issues

Post by johnmacd »

Hi,

Follow steps:

1. Type about:support in the address bar and press enter
2. Under the page logo on the left side you will see Application Basics.
3. Under this find Profile Folder. To it’s right press the button Show Folder. This will open your file browser to the current Firefox profile.
4. Now Close Firefox.
5. Locate the cookies.sqlite file. Then rename or delete it. Restart Firefox.

Thanks
WordPress Developer Miami providing best WordPress Websites for small businesses.
Locked