Forum Discussion
nagarjunb
9 years agoFrequent Visitor
Hiding Navigation Pane in iframe
Hi, We are able to integrate power BI report using angular 2. But we are seeing a navigation area as highlighted in the below screenshot. This is allowing to navigating to other tiles in the re...
mrothschild
6 years agoContinued Contributor
This worked for me. I'm not a coder, so I don't understand why, and I used trial & error to get the right cropping using the numbers in "clip:rect" below, but beyond that, don't have a capacity to answer questions on this.
<div id="content">
<div style="height:580px;width:960px">
<iframe width="960" height="580" src="[URL LINK]" frameborder="0" height="100%" width="100%" style="position:absolute; clip:rect(0px,1100px,543px,0px);
bottom:-0px; allowFullScreen="true" ></iframe>
</div>
</div>