mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
support "picture" tags in articles
This commit is contained in:
@@ -170,7 +170,7 @@ class Af_Zz_ImgProxy extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
$vids = $xpath->query("//video");
|
||||
$vids = $xpath->query("(//video|//picture)");
|
||||
|
||||
foreach ($vids as $vid) {
|
||||
if ($vid->hasAttribute("poster")) {
|
||||
|
||||
Reference in New Issue
Block a user