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.
Related Posts:
- Upload images – Theme options
- Can’t manage to display an uploaded picture (uploaded from a custom button) in the front end
- How can I add an image upload field directly to a custom write panel?
- Image Upload from URL
- How to generate thumbnails when needed only?
- No Thumbnails Generated
- get_option() vs get_theme_mod(): Why is one slower?
- How to Require a Minimum Image Dimension for Uploading?
- How does WP media uploader create the 3 different sized images, and how can I duplicate it
- Upload images to remote server
- How to disable generation of default image sizes for some custom post types?
- How to Dynamically Resize WordPress Image On-The-Fly (custom field/theme option)
- Reject upload of wrong-sized images using the Media Uploader
- Each custom image size in custom upload directory?
- How to delete resized (cropped) image uploads and prevent future resizing?
- Download an image from a webpage to the default uploads folder
- After Moving a Site to Another Domain, All Images Are Lost
- wp_editor() fields on Theme Options Page not saving
- Adding a checkbox to the theme customizer
- Uploaded images don’t show in Media Library if there are special characters in IPTC Keywords
- Adding a description to theme customizer controls
- Allow contributor role to upload images and not edit already published articles
- Create image formats with different qualities when uploading
- Is there a hook which fires after all thumbnails are generated?
- Which filters or actions to use after a media upload and delete?
- Disable image attachment links
- Limit image resolution on upload
- Rename files on upload
- How to insert images into posts without using Add Media dialog
- Using Images in WordPress – Best Practices
- Media Upload Folder – how to manage
- Adding a custom image upload size and making it selected by default?
- PNG with transparent background turns black when uploaded and resized
- Change the filename format of saved featured images
- How to add image uploader to a custom widget?
- Uploading files in admin panel?
- How to upload image with simple form?
- Prevent large image uploads
- Modifying an uploaded image with ‘wp_get_image_editor’ and ‘wp_handle_upload_prefilter’
- Settings in ‘Media > Settings’ is ignored when inserting images
- Upload multiple images in a custom metabox
- Theme Options Panels, What are some good examples from Frameworks or Premium Themes? [closed]
- There’s a way to scale media (images) at 50%?
- How to register images uploaded via FTP in media library?
- hook into completed image upload filter
- Saving the pre-sanitized filename of an attachment as the Title or Caption
- Prevent image upload unless exact size
- Where are a theme’s options stored and can I export them to be imported into freshly installed themes?
- Using Image insert control in code
- getting uploaded SVG dimensions on front-end
- Adding upload button in metabox
- Use Media upload in custom widget on wordpress 3.5
- Way to force media uploader use custom image size
- How to make WordPress use protocol indepentent upload files?
- Automating a Daily Picture Blog?
- Create Image Uploader for Widget
- Using file_exists to check file in Uploads
- How to prevent upload of a multiple sizes of images
- How can I prevent uploading bmp image?
- How to copy and paste a picture found on the web to wordpress easily
- Disable resizing of gif when uploaded
- Impose a Maximum Limit on Image height and width upload size
- Can I install Analytics before deciding on a theme?
- Force wordpress to see uploads folder media
- Extend WP Customizer to make multiple image selection possible
- Images uploading to wrong folder
- Get attachment ID of author_meta image – Attachment Metadata
- Options Framework options not being output
- Using update_option() and get_option() is echoing escaped strings
- Replace all of post’s image URLs with upload directory URLs
- Rename image uploads replacing “width” and “height” in filename with “medium”, “large”, “small”
- Convert uploaded PNG to JPEG automatically
- Two Ways Of Creating WordPress Options Pages
- Theme Options page with tabs
- Rename image uploads with width in filename
- WordPress Nonce and check admin referer help needed
- add_image_size creating lots of images (of various sizes)
- How can I add the “Use as featured image” to a custom metabox?
- Image resize with image url
- Outputting results from select box option in options panel
- How can you upload an image from within a settings page?
- How do i upload an image and return the image id?
- Theme option : having the ability to select among several predefined headers
- Alter media caption/description conflict in WordPress?
- Debugging upload problem: What part of WP does actual image-resizing?
- Upload multiple images via theme options [closed]
- Restrict the number of images to upload per post
- Automatically wrap post image in div
- WordPress function: limit size, only jpg, jpeg, limit of uploaded files per account
- How to increase media image scale limit?
- Removing Image Sizes for Custom Post Type
- How to save Uploaded image in custom option panel?
- Frontend image uploading from edit profile page. (goldenapples)
- How to resize image on client-side before upload?
- upload featured image from front end using wordpress add media button
- resize images not crop
- Image size filtering in Media uploader according to custom post type
- How to upload image without post ID using the new media uploader?
- How to Display an Image Uploaded through a Meta Box in a Template?
- How to upload imagick resource to media in wordpress