The logo image is blown up to the browser size, then reduce to normal when refresh
When refresh the page, the logo image appears as big as the browser size, then the image returns to it normal size when the whole page is load. The issue is only appeared in Firefox 64 bits version. Either Chrome or the Firefox 32bits version works fine. My website is created using Angular 6
Firefox 76.0.1 (64-bit)
由huu.lam于
所有回复 (3)
Do you have a link to a live copy of the website so that we can try for ourselves? It sounds like it could be that the CSS is being loaded later than the rest of the page, which is causing some elements to be resized after.
You can try these steps in case of issues with web pages:
You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
- hold down the Shift key and left-click the Reload button
- press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
- press "Command + Shift + R" (Mac)
Clear the Cache and remove the Cookies for websites that cause problems via the "3-bar" Firefox menu button (Options/Preferences).
"Remove the Cookies" for websites that cause problems:
- Options/Preferences -> Privacy & Security
Cookies and Site Data: "Manage Data"
"Clear the Cache":
- Options/Preferences -> Privacy & Security
Cookies and Site Data -> Clear Data -> Cached Web Content: Clear
Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.
- switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Themes
- do NOT click the "Refresh Firefox" button on the Safe Mode start window
Wesley Branton said
Do you have a link to a live copy of the website so that we can try for ourselves? It sounds like it could be that the CSS is being loaded later than the rest of the page, which is causing some elements to be resized after.
https://pccwebapp3.azurewebsites.net/
You can try to refresh, and the logo will flick really quick before it settle down.
I tried to clear cache, cookies, start in safe mode, and reinstall Firefox, but it doesn't work