Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Viewed at 15m - Scale everything up x10+

    Custom CSS
    3
    4
    117
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bill Door last edited by

      Hi, I’m building a display for a large hall, which will be used to show minimal information and be readable at 5m+.

      So I want all text to be display sign size. How can I best approach this? Basically whatever CSS classes there are in the core code or any module, they will all need to be 10x font size.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @Bill Door last edited by sdetweil

        @Bill-Door or just zoom in, ctrl +

        in either case, u will have less room to display things

        1 Reply Last reply Reply Quote 0
        • B
          Bill Door last edited by

          Solution needs to survive an unattended reboot. Is there a programmatic way to apply a “just zoom in”?

          Displaying less is intentional. 🙂

          A 1 Reply Last reply Reply Quote 0
          • A
            ashishtank @Bill Door last edited by ashishtank

            @Bill-Door You can use custom.css with zoom property for body. Adjust 200% below to your taste.

            body {
            	zoom: 200%;
            }
            

            535f8cf6-5826-4d52-b08d-141450b167d3-image.png

            PS: It will also survive the reboots 🙂

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy