-
@henrylim96 @jeffposnick The same restrictions apply. One idea (apart from modifying the CDN headers) would be to download the image programmatically via JavaScript with the crossorigin attribute set, and then to convert the image to a data URL via canvas that you then use from your CSS background-image.