-1

I have a problem with my website page. It used to be okay, but now when I load it in a private browser(Chrome), the page flickers. I tried minifying css, optimizing images..even changing the html structure, but it seems to always have some problem...any ideas how I could fix this?

vogel22
  • 15
  • 1
  • 5
  • Please see https://stackoverflow.com/help/how-to-ask. This question has little value to the community as it is. – isherwood Feb 05 '21 at 19:02

1 Answers1

0

async-hide class creating the issue with opacity property. Overwrite it by

.async-hide {
    opacity: 1!important;
}