Prepend to all image URLs with PHP, only for mobile devices
Is there a way, with PHP, to prepend my CDN service's URL to all of my images only when using a mobile device?
The reason I ask to do it with PHP is because my site is AMP compatible, which doesn't allow me to use JS to do it.