chore: update size of youtube video component

This commit is contained in:
javayhu 2025-08-15 20:25:37 +08:00
parent f6a2df402e
commit fbb9a1b053

View File

@ -19,7 +19,7 @@ interface YoutubeVideoProps {
export const YoutubeVideo = ({
url,
width = 560,
height = 315,
height = 460,
}: YoutubeVideoProps) => {
return (
<div className="my-4">