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?
You can use css properties like
width: 50%to make it resize to a percentage of its container. That should work for different browser sizes.