Related thumbnails missing

Example page - the related images are missing. When I pause Cloudflare they work.

This tends to happen with a few of my sites

[type or paste code here](https://sasscodesign.com/occre-titanic-model)

Turning off the Rocket Loader could speed up the image loading process.

Tried that and no joy. Seems to be that when I refresh, the images appear.

Before the images appearing the URL looks like this:

element.style {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIIAAANpAQMAAABNfwDgAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwQEBAAAAgJD+r+4ICgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKoG8fEAAfJadB8AAAAASUVORK5CYII=);

and after

element.style {

1. background-image: url(https://sasscodesign.com/wp-content/uploads/2022/06/Screenshot-2022-06-17-222648.png);

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.