srcset of woocommerce lightbox does not update to use CDN
-
Hi everyone,
There is a problem with the srcset of product galleries for Woocommerce in that its not updating to the CDN domain. Its remaining the main site domain.
<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-300×225.jpg 300w, https://fakedomain.com/assets/uploads/2016/04/product-image-name_x-94×70.jpg 94w” sizes=”(max-width: 500px) 100vw, 500px”><i class=”fa-search-plus”></i>These should really be swapping to the cloudfront.net CDN domain instead of the original.
Is there a fix/workaround for this or is no one aware of the issue?
Many thanks in advance.
- The topic ‘srcset of woocommerce lightbox does not update to use CDN’ is closed to new replies.