Skip to content

Instantly share code, notes, and snippets.

View nickbuddendotcom's full-sized avatar

Nick Budden nickbuddendotcom

View GitHub Profile
@revolunet
revolunet / drop-base64.html
Created July 20, 2011 15:10
client side image to base 64 conversion for CSS
<html>
<head>
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script language="javascript">
//
// client side image to base64 conversion for your CSS
// from revolunet team - [email protected]
// demo at : http://revolunet.com/static/drop.html
//
$(document).ready(function() {