Wesker
Well-known member
This is a strange request but something we're testing. Trying to find what CSS we should add here to increase zoom in on the editor.
This works for normal site but doesn't change the editor so while the remaining portion of the site is zoomed in the editor isn't. Anyone have an idea how we would code this so the editor is also zoomed in 125%?
html {
zoom: 125%;
}
This works for normal site but doesn't change the editor so while the remaining portion of the site is zoomed in the editor isn't. Anyone have an idea how we would code this so the editor is also zoomed in 125%?