We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mqdefault.jpg
maxresdefault.jpg
1 parent 43eb2fd commit f1c7ab2Copy full SHA for f1c7ab2
engines/invidious/video.php
@@ -53,7 +53,7 @@ public static function print_results($results, $opts) {
53
$views = $result["views"] ?? '';
54
$date = $result["date"] ?? '';
55
$lengthSeconds = $result["lengthSeconds"] ?? '';
56
- $thumbnail = "https://i.ytimg.com/vi/" . htmlspecialchars(explode("=", $url)[1]) . "/maxresdefault.jpg" ?? '';
+ $thumbnail = "https://i.ytimg.com/vi/" . htmlspecialchars(explode("=", $url)[1]) . "/mqdefault.jpg" ?? '';
57
58
echo "<div class=\"text-result-wrapper\">";
59
echo "<a rel=\"noreferer noopener\" href=\"$url\">";
0 commit comments