Getting rid of whitespace in dashboard

I have created a dashboard that I would like to embed on a sharepoint site. When I embed it, I have a lot of extra whitespace underneath the info in my dashboard. Is there any way to eliminate this so the embedded dashboard doesn't take up so much space on my site? Thanks!

Hi @ekeckeisen
Are you using the resizer?
https://www.metabase.com/docs/latest/administration-guide/13-embedding.html#resizing-dashboards-to-fit-their-content

I am not. I’m new to this and am not sure how that works- do I paste the link to my dashboard within the resizer code? Or do I paste the resizer code along with the embed code that metabase gives me into sharepoint? I apologize if this seems like a stupid question, this is just a little over my head. Thanks!

@ekeckeisen I don’t know what you’re doing, so I would recommend that you start out by reading the documentation, since there’s two different ways to share dashboards.
https://www.metabase.com/docs/latest/administration-guide/12-public-links.html
https://www.metabase.com/docs/latest/administration-guide/13-embedding.html
You’re most likely just using an iframe, which has a height attribute set - change that to something smaller.

1 Like

Thank you! I was just using an iframe and was able to adjust the height