I think a quick thumbnail regeneration might be the cure for this. Try using Regenerate Thumbnails or a similar plugin, but backup your uploads directory before proceeding.
In order to just disable WP responsive images use this filter.
/**
* Disable WP 4.4 srcset
*/
add_filter( 'wp_calculate_image_srcset', '__return_empty_array' );
Related Posts:
- Run shortcode at certain resolution
- Reduce size of responsive title
- Post images are not displayed on the front page
- Where are the src and srcset sizes coming from?
- Generate responsive post thumbnails of same size
- Configure WordPress to Use Responsive Image Rendering
- Responsive loop with 3 columns inside row then 2 columns
- Add div after every 4 posts then every 2 posts for a responsive loop
- Saving Post redirects to 404 page when php $_GET variable in post body
- Removing backstretch image from pages/posts
- WP Knowledge Base Theme bug – Subcategories and Articles, Need to change WP_Query
- Display WP posts in 3 responsive columns
- Understanding responsive imagery
- How to Add Image to WordPress RSS-Feed with no Plug-in?
- Childs PHP files not overwriting Parent’s PHP files
- Is it safe to use $_SERVER[‘REQUEST_URI’]?
- Utilize WP-CLI from inside WordPress, not SSH
- How to execute a simple php script in WP (I don’t think wp_enque_script applies here)
- Front end submit form with jquery form plugin
- WP_Query meta_query results date by date
- allow users to publish without admin approval
- Use WordPress’ URL rewrite engine
- wp nav menu: add attributes to menu items [duplicate]
- Advanced Custom Fields: Post Object – Not returning data [closed]
- Is there a way to get 3+ dimensional array from a single MySql command
- Admin Options page. Save as Array
- How to run JS, PHP and etc. inside WP post?
- AJAX request status 200 but no actual “response”
- Delete a WordPress transient from a shortcode on Page/Post update
- How to enable Zend Optimiser+ with Batcache
- Getting the author name on author archive page
- Create own WordPress shortcode gallery
- Is sanitize_title_with_dashes formatting function too liberal (in terms of accepted characters)?
- How to prevent WP_Query function from returning all posts when empty?
- wp_trim_words() does not work with my code Am I doing any mistake in my code?
- How do I exclude recent post from recent post php widget
- Generating an nonce for Content Security Policy and all scripts – How to make it match/persist for each page load?
- wp-comments-post.php file returns a blank page
- wp_mail file attachment not being placed in upload folder?
- Can I use a jQuery Ajax request in Code Snippets Plugin for WordPress?
- Add user ID to woocommerce customer dashboard
- How to do a code in php and have text before it? [closed]
- Need to put a script above tag in header.php – WP 5.7.1
- Code Executing Too Late?
- New walker for walker_nav_menu to change inside container data
- Add data-id attribute to child page links
- Isotope Drop Down Categories Filter Function
- Getting users with a specific meta data and then querying their posts?
- Making your own custom post views count
- How to remap one of the TinyMCE Advanced Editor button to open the wordpress media library?
- How to allow download url redirection only if user logged in WordPress site?
- trying to get wp_get_attachment_url to output clickable link
- Conditional multidimensional arrays and array_map
- A $_POST should occur when submit form but is not?
- Select through customizer the template part to be viewed
- difference between sanitize_email ,FILTER_VALIDATE_EMAIL and input email type in html5
- Concatenate string to the_field()
- Conditional featured image with youtube thumbnail
- How to change thumbnail src attribute?
- Get wp_current_user_id using PHP and MySQL
- Nav-Menu not showing up
- Show different website layout if no sidebar added
- Showing Subcategory Name/Link Instead of Parent Category
- Get URI from PodPress using PHP
- How to pass hook variable to function?
- What does $2$3 mean? [closed]
- How to use wp_send_json() and output the value with ajax?
- How do you remove header sitewide from mobile only?
- How do I get pagination for get_posts() in WordPress or do I have to rewrite the whole code?
- Use wp_head hook on template page
- Gutenberg block don’t save rich text content
- how to remove a query arguments from all site urls?
- how to separate an array into different arrays and save them into db?
- How to enable HTML tags in category description without breaking the category page
- Remove duplicates from echo output in PHP [closed]
- Trying to get pagination working on WP_Query() post grid
- WordPress database error only while loading page for 1st time
- Multiple WordPress sites with different theme and plugin sharing the same content
- how to print total post count with 2 custom fields (date-range)
- make an array in wordpress cusmization api?
- Code works on page-example.php by not category-example.php
- A custom RSS feed link, how do I modify the XML structure?
- Limit Search Queries per IP per Day
- How to correctly add the featured immage (thumbnails) support in a WP theme? Why I can’t add a featured immage?
- I am trying to call external database recieving error
- How to call the_author_meta and make it work?
- Correct Syntax for uploading files to custom directory in WordPress
- Running self host server on Ubuntu, can’t increase upload limit past 2MB, tried all the solutions
- send meta box input data without publish button
- How to replace wp-admin login page to another location?
- How to find the value of the user password in wordpress and send it to another server via rest api
- Please help to know why single.php crashes after I add this code [closed]
- Please help! Parse error: syntax error, unexpected ‘
- Search results always returns “No results” no matter what
- Suddenly sessions and header location not working
- Custom Navigation Bar JSON Syntax Error in JSON at Position 0
- Adding extra cost to woocommerce flat rate based on shipping zone
- I got this error POST https://localhost/meraboilerwp/[object%20Object] 404 (Not Found)
- How can I display a Divi content inside a modal based on an AJAX request
- The theme doesn’t load css and JS files doesn’t load in functions.php