Uncompressed: imgscale.jquery.js
Compressed: imgscale.jquery.min.js
The full size of this image is really 1024 x 768
<div class="non-immediate-parent-container"> <a href="http://imgscale.kjmeath.com/pokemon.jpg" class="field-anchor"> <img width="1024" height="768" class="pokemon" alt="" src="http://imgscale.kjmeath.com/pokemon.jpg" /> </a> </div>
.non-immediate-parent-container{ height: 200px; width: 300px; }
$(document).ready(function(){ $('img.pokemon').imgscale({ parent : '.non-immediate-parent-container', fade : 1000 }); });
$('img').imgscale();