Find the actual large version of the image file (i.e., wp-content/uploads/2014/03/my-image-1024×576.jpg) and see if in fact it has the smaller dimensions or if it is just being rendered that way in your theme. If the large version is in fact 1024px wide, then the filter is working.
Make sure you are referencing the right image size in the theme:
<?php echo get_the_post_thumbnail($post->ID, 'top-stories-home'); ?>
Also, makes sure that your CSS is not manually reducing the size of the image. If the image is being used as a DIV background and the CSS is reducing the size of the DIV, the image will also be smaller.
For example:
.div {
max-width: 586px;
max-height: 500px;
}
If the actual values in the drop down boxes are incorrect, clear cache if you use caching plugins.
Related Posts:
- How can you set maximum width for original images?
- WordPress Image Editor not working – conflict?
- Image dimensions same as image size
- Best image hosting service
- Filter what image sizes get generated
- Media > Image Sizes aren’t being applied to uploads
- add_image_size landscape or portrait
- Force WordPress, themes & plugins into using defined sizes
- WordPress Media Image Manager — Creating Lots and Lots of Odd Sized Images
- Can I force all uploaded images to be reduced in quality?
- Rotating image does not work for custom image sizes
- Link to resized media file
- Editing image dimension – to edit the main image file
- Force image crop size in media editor
- Set Maximum Width for an uploaded image
- When inserting an image in a post, how to link the image to a resized URL instead of the full image URL?
- How do I get WordPress to create resizes of a supplied default image in a theme?
- TwentySeventeen $content_width not updated in admin
- How to resize image in wordpress from backend? Seems like bug in wordpress
- Only current gallery images with get_attached_media
- Custom image sizes
- How to Protect Uploads, if User is not Logged In?
- Restricting users to view only media library items they have uploaded?
- Add a menu item to WordPress 3.5 Media Manager
- Pre populate WordPress wp_media modal with image selection
- wp.media.view.ImageDetails – Save settings as HTML5 data-* attributes for image
- Prevent WordPress from generating medium_large 768px size of image uploads?
- For what security reasons are svgs blocked in the media uploader?
- Delete an attachment in the WP media modal window
- Update media library files after upload via FTP
- Upload images to remote server
- Reject upload of wrong-sized images using the Media Uploader
- Add media with WP-Rest-API v2
- Set default image link target in Gutenberg image block
- Custom post type with a forced fixed aspect ratio image crop
- Cleanup uploads folder, Media Library db structure
- Adding Category/Tag/Taxonomy Support to Images/Media
- Media library to list images only user uploaded
- Rendering the uploaded file in a wp.media object
- Which filters or actions to use after a media upload and delete?
- How do I force WordPress to show most recent version of images in the media library?
- WordPress Media Manager 3.5 – default link to
- Proper way to add a button to the top menu of the media library?
- Linking a PDF as a downloadable document
- Filter for changing MediaElement.js Settings
- Using Images in WordPress – Best Practices
- Media Upload Folder – how to manage
- display image size in media library screen
- How to set the default embed image size
- Adding a custom image upload size and making it selected by default?
- Removing default image size list in Media Box
- What is the best practice for renaming WordPress media files?
- How to capture the selection:toggle event fired by wp.media
- How do I detach images from posts?
- Resizing all images
- Settings in ‘Media > Settings’ is ignored when inserting images
- wp media regenerate unknown –image_size parameter
- Changing the media library default tab
- There’s a way to scale media (images) at 50%?
- Failed to import media from a local wordpress site to a live one
- WordPress Uploads Folder can’t be Written to
- Is there a plugin to make attaching images easier?
- Is is possible to crop an image after uploading
- How to change the naming of the resized image files
- How to make WordPress use protocol indepentent upload files?
- Best plugin to manage media library? [closed]
- Rename “Add Media” Button To “Add Images”
- How would I go about listing only unattached media in say a sidebar?
- Force wordpress to see uploads folder media
- How to reduce original image quality on upload?
- How to display all images “Uploaded By” an author
- Shortlink directly to a media file?
- Filter Media Library by author or post_parent
- Use Media Library to manage galleries like Nextgen (with folders, albums, collections, tags, categories, terms…)
- How do i upload an image and return the image id?
- Is it possible to generate JPEG progressive thumbnails?
- Insert Images at Master Uniform Height
- Alter media caption/description conflict in WordPress?
- Change default tab of media manager
- Is email post notify visitor on new media upload possible?
- Restrict the number of images to upload per post
- How to set additional parameter in wp.media?
- Restricting access to files within a specific folder [duplicate]
- Way to display media library in frontend
- Upload images using FTP and show them in media
- Add custom image sizes to media uploader
- upload featured image from front end using wordpress add media button
- get total number of images from media using xml-rpc
- Audio Playlist : How to bind events for “track change”, “track end”?
- Images are registered in media library but still won’t show up
- Image size filtering in Media uploader according to custom post type
- Plugin to download attached media files?
- Media gallery – inserting full size images without link
- Run script after clicking Set Featured Image in Media
- How to upload imagick resource to media in wordpress
- Uploading non-media files?
- How do I control video media display sizing with native wordpress player
- Failed media import
- Media sizes aren’t being created – server config?
- Upload mobi and epub file in the MEDIA of WP