org.openhab.ui.habpanel
org.openhab.ui.habpanel copied to clipboard
[Enhancement] Add scaling to Frame widget
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.
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?