07.05.2018, 06:27
You can scale the whole schedulers page inside iframe via Custom CSS. This will set scale to 125%. Keep in mind that if changing scale factor, width and height must be scaled down proportionally.
Code:
.schedulers.view-frame {
transform: scale(1.25);
transform-origin: 0 0;
position: absolute;
width: 80%;
height: 80%;
}