F diff --git a/css/style.css b/css/style.css --- a/css/style.css +++ b/css/style.cssbackground-color: black;background-repeat: no-repeat;background-position: center;+ background-size: contain;}.filecontentsroot, .foldercontents {F diff --git a/loggedin.js b/loggedin.js --- a/loggedin.js +++ b/loggedin.jslet b = `data:image/png;base64,${base64ArrayBuffer(xhr.response)}`;focus.filecontents.style.backgroundImage = `url('${b}')`;focus.filecontents.classList.add('imgview');- focus.filecontents.innerText = "asdf";}}else {