You would need to regenerate your thumbnails, to fit the new theme settings appropriately. The images, when uploaded previously while using the old theme, were sized specifically to that theme, then when you changed themes, which may have a different size that it uses for those same placements, has not had the chance to run their sizing functions appropriately and accordingly.
There are a few plugins that can handle the regeneration of images, which will basically resize all your images according to the ‘new’ settings of the theme or plugins that are using image sizing functions.
Couple Reference Points:
http://codex.wordpress.org/Function_Reference/add_image_size
and a plugin reference:
https://wordpress.org/plugins/regenerate-thumbnails/
Related Posts:
- Upload Multiple Files With media_handle_upload
- How to get the image EXIF date/time and use it for the WP post date/time
- delete uploaded file
- How to save Uploaded image in custom option panel?
- Max file size not updating
- Allowing SVG uploads in media uploader without plug-in
- Custom image size in Media Dropdown
- Images uploaded using media uploader are appearing upside down
- How can I enable uploading excel files?
- Can I hide certain upload folders in media library [duplicate]
- WordPress upload_mimes not working for front-end uploads of 3D files
- Disable auto-resizing of uploaded images, but only for certain filename
- When sale price is 0.00 show only regular price
- Can’t generate thumbnail images
- How to stop media_sideload_image from running when deleting a post?
- Possible to hook into Media Library preview File column and use a custom image?
- Function that prevents users from uploading photos more photos
- Is it possible to limit number of files a non-admin user can upload via the WordPress media library?
- How to add HTML into error message
- Serving cache from multiple domain names
- restrict uploaded image size and fixed image display size
- Function image_send_to_editor returns emty title tag
- Zip all (original) images from media gallery
- wp_upload_bits – define (sub)folder / (sub)directory before filename?
- Rename file after title , one small problem
- When the WP_EDITOR button is pressed, the user is prompted to select a photo from their device
- How to overwrite image if it already exists – WordPress, Gravity form
- Convert Image to Webp on upload without plugin
- Adding fields to the “Add New User” screen in the dashboard
- Issues with title-tag and document_title_parts
- What’s the difference between admin_url() and get_admin_url() functions?
- Programmatically Set First Image as Featured
- add_action in a function, is it possible?
- How to manually activate user in dashboard only by admin
- In WooCommerce I need to modify the thankyou.php page [closed]
- When is wp_trim_excerpt() called?
- Set image size on media and text block with a function
- Change parent theme file function in child themes functions.php
- How do you completely remove the default header and footer using functions.php?
- Unable to get_the_content(); of a post in WordPress via AJAX
- Ajax call theme functions from front
- Show excerpt for only first post in query
- Is there a way to add a class to non current menu item?
- Load JS Script only for custom post types
- Convert all images to PNG on file upload
- How to overwrite / extent wordpress function is_email
- Removing permalink from post thumb in twentyeleven
- Publish/Update post is changing image links from file url to post url
- Product object returns no sale price
- How to stop twenty fifteen theme from cropping featured images?
- Option Tree integration of Custom CSS
- Deprecated function get_user_by_email($email)
- Don’t display html if function returns nothing
- Shortcode parse error – wrong syntax
- Load custom css in functions.php causing library issue
- In jquery use php variable to execute an enqueued jquery file
- Run a jquery script on on a certain template page
- I want to display latest post in marquee [closed]
- Add php code to wp_print_scripts?
- Remove ‘page-numbers’ class from prev and next tags
- Can’t add_action to ‘save_post’ and get it to fire
- How to load jQuery in TOP of wp_footer?
- How to fetch custom post type by variable date?
- How to make custom comment fields required
- two search forms on the same page
- Getting out side of wp root folder from function.php using absolute path
- How do I register a new settings page? [closed]
- Include Jquery libraries in wordpress theme?
- Strange error from functions.php files (wp_register_script)
- Retrieve First Image Function
- User meta and public function security
- How to setup a popup registeration page in wordpress with function.php
- Display ACF category image on archive and single template files
- How to get taxonomy tree ids without running expensive loops
- Change WooCommerce Payment Options From Radio Buttons to Dropdown Menu
- Auto delete content in specific folder inside media library
- Using get_terms for custom taxonomy in functions.php
- How to update an image attachment’s alt text from a custom field when saving a post?
- Allow user only create specific tags
- Child theme remove parent filter in functions
- Set URL Parameter Post Layout As Default
- Exclude admins from query get posts
- How to display different blocks for mobile and desktops
- WP Enqueue Script Error
- Enqueue JS + CSS via a child theme functions.php file?
- How to add publish/draft button in Admin Post Lists
- Show users last read posts for each user?
- Woocommerce – change order status from on-hold to pending payment
- How to add number to wordpress count function?
- How do I integrate my Child Theme into a Custom Template?
- Sending Messages Back to the Template After Processing?
- Shortcode to eliminate and replace with
- get USER ID in functions.php using user_register action
- How to add an excerpt and read more link to a page?
- WPDB function not saving
- trouble with passing class method data to outside function
- Integrating custom API for post content into Admin interface & Public Website [closed]
- preg_replace specific Text to small latter strtolower [closed]
- Trying to decipher this code which is encoded with HTML Special Characters [closed]
- Which action is triggered before final output?