bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
121 stars 18 forks source link

Control-less page for embedding #8

Closed sruon closed 6 years ago

sruon commented 6 years ago

Hey,

Great work on the UI.

I am embedding the UI in a Dashboard as an iframe for display on a TV.

I hacked the HTML to remove all the controls on the left. I would assume that's a common enough use case we could probably add that as a feature. Or maybe I missed something that already exists.

Let me know your thoughts on that one.

Thanks

bp2008 commented 6 years ago

In the help file it explains you can use the maximize=1 URL parameter to hide all of the UI. If you want to remove only the left but not the top, then hack away :)

sruon commented 6 years ago

My apologies for not reading the readme. I'll close the issue. Thanks !