Use plugin Regenerate Thumbnails to resize thumbnails.
Edit:
Try use filter “the_content” to convert in post content.
<?php
function foo ( $content )
{
return preg_replace ('/540x287/', '525x279', $content);
}
add_filter( 'the_content', 'foo' )
Filter “the_excerpt” if need convert excerpt too.
Related Posts:
- What’s the proper way to find and remove duplicate images from posts and the media library?
- get_post_gallery with Gutenberg
- Insert an image into a post by API
- Saving the pre-sanitized filename of an attachment as the Title or Caption
- Creating a rotating header /image slider using theme customization
- Add aditional class to get_avatar when showing image
- Use Media Library to manage galleries like Nextgen (with folders, albums, collections, tags, categories, terms…)
- Double thumbnails?
- Alter media caption/description conflict in WordPress?
- No srcset for hard-cropped thumbnails
- Loop through child images of a parent for a Nivo Slider
- Rename attachments during upload
- Slider image issue in wordpress
- Limit author image size
- Remove the http protocol from images
- Query for recent images across multiple posts
- How to prevent resized featured images?
- Display one random image, but only if landscape
- Get image alt attribute just by image URL
- Is there a way to get attachment data?
- How to change image url?
- get_children() not working properly – Only on one post?
- Warning: getimagesize() [function.getimagesize]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 [closed]
- How to add data attribute to all images in posts [closed]
- How to order images in a post in WordPress 3.3?
- WordPress crops images differently on retina screens?
- Image thumbnails not available post migration, but still accessible via direct URL – DB issue
- Override img class in gallery
- Change image url size in post editor (when cliking on image)
- Multiple images with Media Uploader on front-end
- Exclude images from “inserted into post” when trying to get attachments
- Set jpeg_quality for certain post-types
- image uploaded cant be shown
- How to open default wp image editor screen dynamically?
- How can I add a “data-pin-nopin” the featured image html?
- Hardcoded Images Too Big
- update_post_meta attachment_image_alt description for Gutenberg
- Add select input with pre defined classes to insert image screen?
- Is there a way to change all already uploaded images which are PNG and convert them to JPG?
- Auto delete attachments that are older than x days
- Image increasing kb on resize
- attach image from library to post with wp_insert_attachment
- Bulk-add featured images in posts with no featured image
- Media gallery images url instead of ID on WP API Response
- How to get image from media library with URL [duplicate]
- WordPress Creates Unused (Unregistered) Image Sizes
- Custom image uploader without widgets
- How to upload and style svg logo?
- How to change the catalog product image size by product id?
- Get all custom sizes in srcset attribute
- are unattached media files a problem?
- Why isn’t add_image_size(‘event-secondary-image-thumbnail’, 250, 150) working?
- Disable image rename on upload
- Development environment and “production” environment domains
- HTTP error when uploading an image
- Why am I getting and error from wp_get_attachment_image_src?
- How do I implement an image viewer and rotator? [closed]
- Upload images – Theme options
- Is it possible to modify default image name suffix?
- How to replace post image url before posting using api?
- How to get post id of first child of the same post type?
- Product Images Making a Column
- What’s are some best practices for responsive images (e.g. for section headers)?
- WordPress Single Post image gallery as slider
- Recreate the upload folder from a website without having access to the backend/cpanel/filezilla directly from the website
- how automatically show the image title before the image caption/description in a wordpress gallery?
- change the h3 subtitles of the wordpress gallery shortcode
- Hot Linked Own Images
- imported post image as normal image instead encoded image
- Updated wordpress missing image upload area
- Allow users to upload attachments to certain posts
- get_post_gallery with Gutenberg
- WordPress and Advanced Custom Fields and Flickity
- How to get image ID based on get_theme_mod image URL?
- Site not showing Image in WordPress and in HTML code also which uploaded in root what is the solution for this?
- How to bulk update then save images in wordpress posts
- How to set a post featured image from an already made custom field
- Change wordpress default upload path to another domain
- Alt attribute is not showing while the value is given in Media
- Alternative image sizes are too large
- Responsive images in Bootstrap 4 slider
- How can I add an “Attach image to this post/page” link on the Add Media lightbox?
- How to call thumbnail by aqua resizer in best practice. Specify image dimensions’s notify from GTmetrix
- How do i replace the title attribute of img tag with the image caption
- Create slider option in editor
- Assign one featured image to multiple posts?
- Why are my ‘medium’ images the wrong size
- How can I hide previous_image_link() on first attachment page?
- wp_get_attachment_image_src
- An image on my site is showing as the wrong image [closed]
- Set padding for all content except images and few more elements
- Theme files and imagesnot loading on a mobile device
- Guaranteed Image Sizes
- How to change the alignment of the background image for small screen (tablet/smartphone etc.)
- get_theme_file_uri function not showing background image inside data-setbg in html
- Orientation of featured image in post?
- How to show file type of featured image?
- WP_Image_Editor – How to save the new size of the image in the sizes metadata
- Is is possible to append .webp to srcset images using wp_filter_content_tags()?
- Could a very long article slow down all website and wpadmin?