Hello,
I've embedded a Dropbox folder in a Wordpress website using anchor tags. example:
<a href="https://www.dropbox.com/sh/url" class="dropbox-embed" data-height="600px" data-width="100%"></a>
It works fine but defaults to list view. I want to know how to display it as grid view automatically. Is this possible while using anchor tags?