• Hello,

    Everything work fine regarding Cloudfront integration with this plugin except background-overlay image. They don’t get rewrite with the CDN URL. These images are usually the heaviest one so it’s important that they pass through Cloudfront. Here’s an example:

    
    .elementor-background-overlay {
        background-image: url(https://domain.com/wp-content/uploads/2020/02/aeris-datacenter-montreal.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.5;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    

    URL should be changed by the Cloudfront URL.

    Thanks!

The topic ‘Plugin wont change background-overlay image for Cloudfront URL’ is closed to new replies.