cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Embed dropbox folder in the a webpage?

Can you embed a Dropbox folder on a website or webpage?

Martin P.3
New member | Level 1
Go to solution

What are good ways to embed dropbox folder in the a webpage like a Google drive for example ?

<iframe src="https://drive.google.com/embeddedfolderview?id=1234567890#list" width="100%" height="800" frameborder="0"></iframe>

51 Replies 51

Dattelpalme
Explorer | Level 3
Go to solution

I am using the embedder an it is working.

My only problem is that the height is to small - how can I change the heigt oft the displayed folder?Bildschirmfoto 2020-04-24 um 23.20.56.png

Greg-DB
Dropbox Staff
Go to solution

@Dattelpalme If you're using the Embedder via anchor tags, you can control the height via the 'data-height' attribute on the <a> element.

 

If you're using the Embedder via JavaScript, the height will be determined by the height of the element passed to Dropbox.embed, so you should style that element however you wish with CSS.

Need more support?