openhab / org.openhab.ui.habpanel

OUTDATED repo - HABPanel has moved to the openhab-webui repo!
https://github.com/openhab/openhab-webui
Eclipse Public License 1.0
97 stars 93 forks source link

[Enhancement] Add scaling to Frame widget #313

Open wertzui opened 5 years ago

wertzui commented 5 years ago

The Frame widget does not allow its content to be scaled. This may result in Problems when displaying content, like weather forecasts from https://www.meteoblue.com/de/wetter/widget/setupthree/ inside a frame.

CSS allows for easy scaling of frames using "transform: scale(0.5)".

I suggest you add an options to configure the scaling from the UI when editing the frame widget.

Kotik82 commented 5 years ago

This might have been the reason why grafana iframes are not scaled.

I am trying to properly scale them in Habpanel with no luck. Any suggestions?