02.05.2025, 12:28
(13.08.2018, 06:16)admin Wrote:How does the Custom CSS looks if I want to do this for iframe with URL?Quote:Is it also possible to do this with a trend log in a frame?Can be done the same way but keep in mind that graph zoom feature will not work correctly with scaling.
Code:.trends.view-frame {
transform: scale(1.25);
transform-origin: 0 0;
position: absolute;
width: 80%;
height: 80%;
}