LogicMachine Forum
scheduler iframe - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: OLD visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: scheduler iframe (/showthread.php?tid=6291)



scheduler iframe - jmir - 03.02.2026

Hi,

Is there an easy way to make all the text in the schedulers larger inside an iframe?

Thanks!


RE: scheduler iframe - admin - 04.02.2026

Add to Custom CSS:
Code:
.schedulers.view-frame {
  zoom: 150%;
}

This will affect all schedulers that are embedded into a frame.


RE: scheduler iframe - jmir - 04.02.2026

(04.02.2026, 08:56)admin Wrote: Add to Custom CSS:
Code:
.schedulers.view-frame {
  zoom: 150%;
}

This will affect all schedulers that are embedded into a frame.

Perfect, thanks!