org.openhab.ui.habpanel icon indicating copy to clipboard operation
org.openhab.ui.habpanel copied to clipboard

[Enhancement] Add scaling to Frame widget

Open wertzui opened this issue 6 years ago • 1 comments

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.

wertzui avatar Aug 06 '18 21:08 wertzui

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?

Kotik82 avatar Aug 28 '18 16:08 Kotik82