Here's the code for the embed:
<a href="URL"><img src="http://i.imgur.com/IMAGE1.png"
onmouseover="this.src='http://i.imgur.com/IMAGE2.png'"
onmouseout="this.src='http://i.imgur.com/IMAGE1.png'"/></a>
Is there anything I can insert to make this resize properly?
Here's what I did. Can't believe it took me so long.
Threw this in right before the first onmouseover: