# Dropbox I have an image I'm linking to from Dropbox: ![](https://www.dropbox.com/scl/fi/oey3qw850g2ofnkifxzz6/Screenshot-2023-08-01-183417.png?rlkey=ejp3dhekzaqnposal7mr3escd&raw=1) It was very easy to link to this - just set ?raw=1 And a dropbox video: <div style="width:100%;height:480px;background-color:black;text-align:center;"> <video style="height:100%;" controls> <source src="https://www.dropbox.com/scl/fi/7i1vg22caklsxvx5kmgqw/MVI_0935.MOV?rlkey=lgwtwk0pqv67w53rcgknqqtug&raw=1" type="video/mp4"> </video> </div> In contrast, to embed an image shared from google drive I have to: <iframe src="https://drive.google.com/file/d/1-uvlqCNFNsrhs_gYSH_1lezJ4hQFUnlb/preview" width="640" height="480" allow="autoplay"></iframe> ## Youtube And of course youtube looks like this: <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Z-RqHz5EJqo?si=cubh9NKtKWYLCNqS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>