Proxmox Web VNC screen size fix
Fix for “Web Based VNC Console renders a partial screen”
Work around is to oversize the applet at start and it will be shrunk acordingly
I altered line 72 of /usr/share/pve-manager/root/qemu/vnc-direct.htm to read
$out .= “<applet id=vncapp CODE=’VncViewer.class’ ARCHIVE=’/vncterm/VncViewer.jar’ width=10000 height=10000 vspace=0 hspace=0>\n”;
</applet>