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 d3ea7fc commit dfb5e84Copy full SHA for dfb5e84
src/components/message-pane/message-item/RawYoutubeEmbed.tsx
@@ -11,7 +11,7 @@ export const RawYoutubeEmbed = (props: {
11
const [playVideo, setPlayVideo] = createSignal<boolean>(false);
12
13
const thumbnailUrl = () => {
14
- return `https://i.ytimg.com/vi/${props.code}/hqdefault.webp`;
+ return `https://i.ytimg.com/vi_webp/${props.code}/hqdefault.webp`;
15
};
16
17
return (
0 commit comments