Setting zoom of Kibana Dashboard

Hey there,

I'm trying to make my Kibana dashboards be a little bit zoomed out because the dashboards at the default 100% browser zoom don't look nearly as good as they do at around 75%. On my own browser, it's no problem to zoom back but when I send links to others, their browser zoom obviously isn't the same as mine. Is there somewhere you'd change in the source code or somewhere else that would allow me to change how zoomed in a dashboard is (or change the resolution)? I am implementing in an iframe if that changes anything!

Thanks :smiley:

Hi,

You can set the height and width of the iFrame. Beyond that - we can't do much here.
See this at the end of your iframe code: " height="600" width="800"> you can change it.

Thanks,
Bhavya

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.