Basic Demo

This is a basic demo of jQuery Fillmore. It is a simple example of loading one image onto the page. This example disables the CSS3 implementation, which is normally used if your browser supports it.


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