Provide different URL for images
-
Hi,
we recently implemented a CDN on our site and I found out, that when selecting different variations, the underlying JS loads the file from the original server URL (which usually is the right approach).
But with a CDN in place (which simply uses a different server name with the same resource path) this completely bypasses the CDN (unless you use a proxy CDN which we decided against).
Is there a way to configure / hook into the code to replace the standard server name with a different one, so that the original URL
https://www.mynormalserver.com/path/to/image
can be modified to
https://this.is.my.cdn.com/path/to/image
?
This would be very important for us (and I suppose for thousands of other users, too).
Thanks
Markus
- The topic ‘Provide different URL for images’ is closed to new replies.