Is anyone else having this issue? I create websites for a living, and some employ the use of the css property background-size: cover
. All of the sudden about 1 week ago, all of the sites with this property no longer display right in Google Chrome. (all other browsers are working fine.) Is anyone else experiencing this? Is it just MY google chrome or did something change? Because the backgrounds were displaying properly until about a week ago, and I did not change anything. They just stopped displaying properly, seemingly out of nowhere....
Try setting your header to height: 100% . Alternatively (the better solution), set the background on the body if you want it to cover the whole page.
Stop Chrome from Running the BackgroundOpen the Chrome browser and then click on its icon on the Taskbar. Uncheck the “Let Google Chrome run in the background” link. That's it. Now, it will no longer run or display notifications when you exit the browser.
Best practice: always set background-image first and then background-size.
You only need to use !important :
background-size: cover !important;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With