Disable image resizing on specific upload fields

WordPress will always create the additional images for “thumbnail”, “medium” and “large” sizes. The options panel doesn’t add an additional size- it just resizes the one you’ve selected using CSS.

If you want to override that CSS you can hook in an additional stylesheet that will override the id on that option.