Skip to content

Commit

Permalink
post: remove broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jun 27, 2024
1 parent 7f550d7 commit 6191a55
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/posts/google-drive-embed-images-403.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,27 +70,3 @@ width="300"
### Long term fix

- I would move the files to a different host optimized for serving public images behind a CDN.

### Addendum

There is a service, :money_with_wings:, to embed Google Drive files: [https://lienuc.com/](https://lienuc.com/) which solves some of these limitations. See below for an example.

```html
<img
crossorigin="anonymous"
height="300"
width="300"
src="https://drive.lienuc.com/uc?id=19Fx6pTBdS-ZkoucTCId2QZ0zVgmvOCom"
alt="Oregon Beach"
/>
```

Which looks like the following and has better performance than the `iframe` embedding.

<img
crossorigin="anonymous"
height="300"
width="300"
src="https://drive.lienuc.com/uc?id=19Fx6pTBdS-ZkoucTCId2QZ0zVgmvOCom"
alt="Oregon Beach"
/>

0 comments on commit 6191a55

Please sign in to comment.