True
Well, you can load the image, and then use javascript to get the size, and then resize it
code:
<script language="javascript">
var iper=0.2;
var iwidth=document.getElementById("blah").width;
document.getElementById("blah").width=iwidth*iper;
</script>
It's working under IE and FF for me
Warning!! Too many steps for WDZ!