fix. 비디오 퀄리티 조절

This commit is contained in:
clkim
2025-11-20 10:29:18 +09:00
parent 924c63ec4c
commit 7380111937

View File

@@ -154,7 +154,7 @@ const handleLoadMoreRecent = () => {
class="overflow-hidden aspect-[16/9] flex-shrink-0 w-full rounded-[4px] sm:w-[60.3%] sm:rounded-[8px] md:w-[56%] lg:w-[710px] lg:rounded-[12px]"
>
<img
:src="getYouTubeThumbnail(item.url)"
:src="getYouTubeThumbnail(item.url, 'maxres')"
:alt="item.title || 'Video thumbnail'"
loading="lazy"
decoding="async"