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?
Asked
Active
Viewed 499 times
1 Answers
0
async-hide
class creating the issue with opacity property. Overwrite it by
.async-hide {
opacity: 1!important;
}

Shashikant Yadav - Kantbtrue
- 808
- 6
- 12