12
Full width iframe embed
A
Andrew Hobbs
We are embedding data dashboards from other tools like Klipfolio. The current iframe embed field is good but the width limitations constrict the dashboard. We need space for lot of widgets and would benefit greatly from using the entire width of the page. Overall, the more native we can make the embed feel the better too.
Activity
Newest
Oldest
M
Marko Stojanovic
Been requesting this for a while! Many apps that we iFrame look really bad & many times unsuable with the width constrains
M
Martin
Wow. I was coming on to write this request. Like @[email protected] said, we used custom CSS to target the iframe, using this article: https://css-tricks.com/full-width-containers-limited-width-parents/
Before, we were targetting all max-width parent elements of the iframe, but it got complicated.
A
Ambroise Dhenain
@Andrew Hobbs Our workaround for this was using custom CSS, targeting the iframe CSS classes and increasing the width to take more space. Works well, and simple enough.