Less oversized things
1 files changed, 5 insertions(+), 1 deletions(-) M index.html
M index.html +5 -1
@@ 54,9 54,13 @@ opacity: 0; } + .outputbox > canvas { + display: none; + } + .outputbox > img { max-width: 100%; - max-height: 100vh; + max-height: calc(100vh - 250px); } .title {