Is there a fallback option when using cloudinary_url()
if Cloudinary is unavailable (such as when working in dev offline)?
In this particular case, I've uploaded my static assets to Cloudinary and am using cloudinary_url
in my css to pull in the background image. e.g.:
background-image: cloudinary_url("background.jpg");
However if Cloudinary is unavailable, I would like this to fallback to /assets/images/background.jpg