[DarkReading] Convert pictures to plain images (#3158)

Convert <picture> to <img> element
This commit is contained in:
ORelio 2022-11-22 18:42:31 +01:00 committed by GitHub
parent d592e2cb15
commit f53e0e4bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,6 +85,6 @@ class DarkReadingBridge extends FeedExpander
$content = stripRecursiveHTMLSection($content, 'div', $div_start);
}
return $content;
return convertLazyLoading($content);
}
}