Read the statement by Michael Teeuw here.
Resize frame of monitor screen to fit mirror dimensions
-
The size of monitor screen is slightly larger than the frame of my mirror, this means that part of the text is cut off by the frame. Is there a way (other than just zooming in or out) that I can shrink the display size? Or have it only run on part of the screen?
-
@Jacob66 Adjust the margin in css
body { margin: 100px; height: calc(100% - 200px); width: calc(100% - 200px); }Add that to your custom.css file
when you adjust the margin remember to remove double that on the height and width.
-
I think the RPi itself can also draw a ‘black frame’. Search for the term “overlay”. It is a setting in the /boot/config.txt of RPi sdcard.
But probably the css modification above is more elegant…
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login