Convert Google Drive photo URL to direct URL for img tag (구글 드라이브 사진 url을 img 태그용 url로 변환)
Google Drive Image URL(구글 드라이브 이미지 URL): Picture size(그림 크기) (100~1000): Create image address(이미지 주소 생성) Even if you create a shared URL for a photo in Google Drive, that URL won't work in the img tag. This is because the photo-sharing URL you create ends with view, as shown below. 만약 당신이 구글 드라이브의 사진을 공유 url로 만든다고 해도, 그 url 주소는 img 태그에서 작동하지 않습니다. 당신이 만든 사진 공유용 URL은 아래와 같은 형태로 view로 끝나기 때문입니다. https://drive.google.com/file/d/1-stOoCMtQLgkVUHmxtKKK_DYLLLDmyPb/view If you put your URL in the link below, you can get a link that works in the img tag. 아래 링크에 당신의 URL을 넣으면 img 태그에서 작동하는 링크를 얻을 수 있습니다. The principle is simple. It's because your URL already contains the ID of the photo. 원리는 간단합니다. 당신의 URL에 이미 사진의 ID가 포함되어 있기 때문이지요. This program only serves to organize the ID that is publicly available between your URLs. 이 프로그램은 당신의 URL 사이에 공개되어 있는 ID를 정리하는 역할만 합니다. You can also specify the size of the photo. (100~1000...