mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-26 19:36:52 +03:00
d592e2cb15
* [core] Add html/convertLazyLoading($dom) Looks for lazy-loading attributes such as 'data-src' and converts them back to regular ones such as 'src', easier for RSS readers. It also converts <picture> elements to plain <img> elements. * [core] Document html/stripRecursiveHTMLSection() Add documentation for that function (no code changes). * [WordPressBridge] Use convertLazyLoading() * [WordPressBridge] Unwrap image figures <img> inside <figure> may not display on RSS readers. This converts them back to <img>, without losing caption if present. * [ZDNet] Convert lazy loading images * [code] html/stripRecursiveHTMLSection: Fix typo |
||
---|---|---|
.. | ||
ActionInterface.php | ||
ApiAuthenticationMiddleware.php | ||
AuthenticationMiddleware.php | ||
bootstrap.php | ||
BridgeAbstract.php | ||
BridgeCard.php | ||
BridgeFactory.php | ||
BridgeInterface.php | ||
CacheFactory.php | ||
CacheInterface.php | ||
Configuration.php | ||
contents.php | ||
Debug.php | ||
error.php | ||
FeedExpander.php | ||
FeedItem.php | ||
FormatAbstract.php | ||
FormatFactory.php | ||
FormatInterface.php | ||
html.php | ||
Logger.php | ||
ParameterValidator.php | ||
php8backports.php | ||
RssBridge.php | ||
utils.php | ||
XPathAbstract.php |