Questions tagged as 'data-uri'

1
answer

When should I use Data URI?

Data URI is that feature that allows me to put small inline images in CSS or HTML to reduce the number of requests. It's an alternative to the CSS Sprite. I did some testing here and I really enjoyed the performance. My question is a...
asked by 18.06.2014 / 13:10
2
answers

How to insert an image inside a CSS file?

I use a program here in the company that in its Web module it has its logo inserted directly in CSS something like: #logo img{ max-width:100%; background-image: 'data|base64=acSs....'; } How do I create this kind of background myself?...
asked by 13.12.2013 / 19:46
0
answers

Calculate file size of a dataURL (cost)

I'm uploading an image in base64 ( dataURL ) to an application that uses express. As the user is doing the "clipping" of this image in the front end I did not find another way to send but by dataURL ... the application has a gener...
asked by 12.12.2017 / 13:19