Skip to main content

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’ );`

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.