You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
yarkinzhan
2 years agoExplorer | Level 4
Embed video code. video not playing on iPhone (Safari, Chrome)
Hi, Dropboxcommunity! I have the following problem: I embed the code on the website to play the video: <video width='100%' autoplay='true' playsinline='' loop='true' muted='true\'> <source src...
Dan T.20
11 months agoExplorer | Level 4
For anyone else having this issue, I have found a solution that works for me. The problem seems to be IOS wants to play videos full screen by default. Adding the "playsinline" command forces it to stay small.
In my case, I wanted a video that autoplays and loops without controls, but you can adjust your commands to suit (see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video).
<video webkit-playsinline playsinline width="100%" height="auto" muted autoplay loop>
<source src="INSERT YOUR DROPBOX LINK HERE (see below)">
</video>
The native dropbox link should be modified in the following way:
1. www.dropbox.com replaced with dl.dropboxusercontent.com
2. &dl=0 replaced with &dl=1 or &raw=1 (both seem to work)
About View, download, and export
Need support with viewing, downloading, and exporting files and folders from your Dropbox account? Find help from the Dropbox Community.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!