The problem is here:
wp-retina-2x\classes\core.php
function replace_with_webp_in_src( $image, $attachment_id, $size, $icon ) {
if ( $this->get_option( ‘disable_responsive’ ) ){
return null;
}
Return null when Disable responsive images enabled
I have the same trouble =/