Well you can but then the meaning of the plugin would be useless ?

What you can do is, you can achieve the image re-sizing through CSS.

Add this in your stylesheet

.entry img {
max-width: 680px;
}
Change the 680px to any size you want.