Hello
I’m facing the same issue but with Keycdn CDN: all my images are pulled to their POP servers except the Elementor bakckground images…
Too bad because, background images are often the biggest ones…
FYI background images that are in generated Elementor CSS files are not pulled EXCEPT background images that are inlined in the HTML source code, example:
https://my-cdn.kxcdn.com/min/5b1fd.css content this:
.elementor-119 .elementor-element.elementor-element-3965a6b2:not(.elementor-motion-effects-element-type-background), .elementor-119 .elementor-element.elementor-element-3965a6b2>.elementor-motion-effects-container>.elementor-motion-effects-layer {
background-image: url(https://my-site.com/wp-content/uploads/2019/08/implantations-notilus.jpg);
background-position: bottom center;
background-size: cover;
}
>> This image is not pulled.
But somewhere in th HTML source code there is:
<style id='elementor-frontend-inline-css' type='text/css'>
.elementor-119 .elementor-element.elementor-element-2f051d1d:not(.elementor-motion-effects-element-type-background), .elementor-119 .elementor-element.elementor-element-2f051d1d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://my-site.com/wp-content/uploads/2019/08/contact.jpg");}
</style>
>> This image IS pulled.
Thanks
-
This reply was modified 5 years, 1 month ago by pako69.