We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd8e92 commit d126750Copy full SHA for d126750
server/services/contributions/hooks/metascraper.js
@@ -30,7 +30,7 @@ module.exports = function () {
30
// hook.app.debug(metadata);
31
32
if (youtubeLinks.length >= 2) {
33
- hook.data.teaserImg = `https://img.youtube.com/vi/${youtubeLinks[1]}/maxresdefault.jpg`;
+ hook.data.teaserImg = `https://img.youtube.com/vi/${youtubeLinks[1]}/default.jpg`;
34
hook.data.meta = Object.assign(hook.data.meta || {}, { hasVideo: true });
35
}
36
} catch (err) {} // eslint-disable-line
0 commit comments