티스토리 뷰

<iframe> elements must have a unique title property

<iframe> 엘리먼트는 유니크한 제목 속성을 가져야만 한다


경고가 뜨면 그냥 <iframe>에 title 속성 하나 넣어주면 됨

    <iframe
      type="text/html"
      width="100%"
      height="500px"
      title="youtube video player" // 이거
      src={`https://www.youtube.com/embed/${video.id}`}
      frameborder="0"
      allowfullscreen
    ></iframe>
728x90
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
글 보관함