I would like to know this aswell, to use the domoboard on a tablet fixed on the wall, also as a baby monitor.miljume wrote:I have installed Block plugin and thinking of using it to display a weather station web page from my other Raspberry Pi
Although I cant get the sizing right, right now the web page is squeezed into a small box in the upper left side of the main page but I want it to fill the entire page and if possible also be dynamic to scale to different resolutions
I am no HTML guru but I guess it has to do with how you display and size the iframe?
Anyone that have done this or know it can be solved?Code: Select all
<form class="form-horizontal form-label-left" style="width: 100%; height: 100%; "> <div class="form-group" style=""> <iframe frameborder=0 style="position: relative; height: 300px; width: 100%;" src="{{v[1]|replace('&', '&')}}"/></iframe> </div> </form>
If anybody can point me in the right direction with the HTML code, that would be great
