I'm currently using sharepoint 2010 and I want to use base64 encoded images. They work fine on our development server, but when the server goes through the standard content-deployment process to our live server, the data uris get truncated. This seems like it might be getting caught in sharepoint's url limits.
Does anyone have any unique and/or preferably easy methods they have used to solve this problem and be able to use encoded images?
Thanks.