Disable image resizing on specific upload fields

I am using the Options Framework Theme from devinsays, but am having a “small” problem with the Image Upload functionality. Basically, I need to disable resizing on a specific upload-field, but keep it on all others.

I do realize that this functionality is not specifically dependent on this framework, but I haven’t been able to find any resource on how to achieve this on a case by case basis for specific Theme Options, so I’m hoping someone here could help.

Read More

Any input would be appreciated!

Related posts

Leave a Reply

2 comments

  1. 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.