简体   繁体   中英

Power BI embed exit full screen

I am adding power js bi embed to wordpress posts, I am using report.fullscreen() to make it full screen but how can I add a button to the iframe when it is full screen to allow users to easily click on the button and exit full screen mode ?

Thanks

You can trigger report.exitFullscreen() from your button. Make sure you put the button over the report(z index)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM