Custom Element Demo

This is a demo of jQuery Fillmore in a custom element. It is a simple example of loading one image onto the background, and another into that element.


<script src="../lib/jquery-1.7.1.min.js"></script>
<script src="../jquery.fillmore.js"></script>
<script>
	$.fillmore( { src: "pot-holder.jpg" } );
	$( '.container' ).fillmore( { src: "coffee.jpg" } );
</script>