using stylesheet to set width/height of IMG, then animate:
using .css() to first set width/height of IMG, then animate:
using .width() and .height() to first set width/height of IMG, then animate:
using .attr('width') and .attr('height') to set width/height of IMG, then animate: