Forum Discussion
mraka9
4 years agoHelper III
Problem displaying app on Weebly
Greeting, I posted the app on a weebly website. After I spread the app full screen and minimize the display, weebly the background does not display properly (menu, etc.). I was told to come here to...
JaromBIDEVatDK
4 years agoHelper II
Do you have a power BI ratio set or did you customize the page size?
- mraka94 years agoHelper III
Unfortunately I don't know how to do it.
I embedded the public code in the form width="600" height="373.5"- JaromBIDEVatDK4 years agoHelper II
Do you have access to the HTML for the web page? You could add this to the header and iframe:
<script> function resizeIframe(obj) { obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px'; }</script><iframe src="..." frameborder="0" scrolling="no" onload="resizeIframe(this)" />- mraka94 years agoHelper III
This is great!
The only problem is that a new window opens.
Is it possible to open a report on an existing website because it is password protected? When opened in a new window, password protection no longer exists.
Thanks in advance!