#built-in zoom function
7 messages · Page 1 of 1 (latest)
That’s a great question! I’ll try and play around with it and let you know
There actually is another way of zooming in or out, but it is non-standard so it might stop working suddenly some day
.pages {
zoom:50%;
}
There was some initial experimental work done a while ago; see https://github.com/naturalcrit/homebrewery/pull/2554
that works as a local fix, but when you have different sizes monitors to view things on, it gets akward to look at when you cant zoom in and out whilst on the share page
yes, that is a local fix, with a non-standard property, not intended as anything else