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 is suitable, but smaller or larger values are also possible. If not specified, it will be output as the default size of 500.)
또한 사진의 크기를 지정할 수 있습니다. (100~1000 사이가 적당하지만 더 작거나 더 큰 값도 가능합니다. 지정하지 않으면 500으로 기본 크기로 출력합니다.)
If you put the correct URL, the address and image of the photo will be displayed below.
당신이 올바른 URL을 넣었다면 아래에 사진의 주소와 사진이 출력될 것입니다.