Hi guys,
Not sure if doing something wrong but im investigating why I can’t get my watermarks to work on product images of the site.
Part of that I have started digging into the markup to hunt the issue. One of the problems is that the srcset of product galleries is not updating to the CDN domain. Its remaining the main site.
<li itemprop="image" data-thumb="https://fake.cloudfront.net/assets/uploads/2016/04/product-image-name_x.jpg" class="lslide active" style="height: 700px; margin-bottom: 0px;">
<img width="500" height="375" src="https://fake.cloudfront.net/assets/uploads/2016/04/product-image-name_x.jpg" class="product-slider-image" alt="product-image-name_x" data-zoom-image="https://fake.cloudfront.net/assets/uploads/2016/04/product-image-name_x.jpg" srcset="https://fake.cloudfront.net/assets/uploads/2016/04/product-image-name_x.jpg 500w, https://fakedomain.com/assets/uploads/2016/04/product-image-name_x-300x225.jpg 300w, https://fakedomain.com/assets/uploads/2016/04/product-image-name_x-94x70.jpg 94w" sizes="(max-width: 500px) 100vw, 500px"><a href="https://fake.cloudfront.net/assets/uploads/2016/04/product-image-name_x.jpg" itemprop="image" class="woocommerce-main-image zoom lightbox ilightbox-enabled" data-rel="ilightbox[product]" data-caption="" title="product-image-name_x" alt=""><i class="fa-search-plus"></i></a></li>
These should really be swapping to the cloudfront.net CDN domain instead of the original.
Thanks.