If you install and activate the supplied child theme, within the `functions.php` file, please test adding this: `function disable_srcset( $sources ) { return false; } add_filter( ‘wp_calculate_image_srcset’, ‘disable_srcset’ );`