# How to control kibana shared graph size

**URL:** https://discuss.elastic.co/t/how-to-control-kibana-shared-graph-size/174035
**Category:** Kibana
**Created:** [March 27, 2019, 2:34am UTC](https://discuss.elastic.co/t/how-to-control-kibana-shared-graph-size/174035 "2019-03-27T02:34:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![cooleader320](https://avatars.discourse-cdn.com/v4/letter/c/9d8465/32.png) [@cooleader320](https://discuss.elastic.co/u/cooleader320)
#### Post date: [March 27, 2019, 2:34am UTC](https://discuss.elastic.co/t/how-to-control-kibana-shared-graph-size/174035/1 "2019-03-27T02:34:34Z")

</div>

my scenario is as follows,

1. create a visual graph
2. include the graph in my own site(dashboard) with iframe

the thing is how can i control the size of target page(kibana shared ) or make it auto-resize?

---

<div class="post-metadata">

### Author: ![Brandon\_Kobel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/brandon_kobel/32/14829_2.png) [@Brandon\_Kobel](https://discuss.elastic.co/u/Brandon_Kobel)
#### Post date: [March 27, 2019, 3:31pm UTC](https://discuss.elastic.co/t/how-to-control-kibana-shared-graph-size/174035/2 "2019-03-27T15:31:33Z")

</div>

The `iframe` tag which you're using to embed the visualization has "height" and "width" attributes that you can use to control the size of the embedded visualization:

```auto
<iframe src="..." height="500px" width="500px"></iframe>

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 24, 2019, 3:31pm UTC](https://discuss.elastic.co/t/how-to-control-kibana-shared-graph-size/174035/3 "2019-04-24T15:31:34Z")

</div>

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