From image to Data URI

I’m customizing the Prestashop template and I was stuck with some images that they were not available for being changed. Then I found that some of the images are represented using data URI scheme. Inline images use the data URI scheme to embed images directly within web pages. As defined by RFC 2397, data URIs … Read more