diff --git a/copyparty/web/baguettebox.js b/copyparty/web/baguettebox.js
index ab825797..026514b0 100644
--- a/copyparty/web/baguettebox.js
+++ b/copyparty/web/baguettebox.js
@@ -691,7 +691,6 @@ window.baguetteBox = (function () {
for (var i = 0, fullImage; i < gallery.length; i++) {
fullImage = mknod('div', 'baguette-img-' + i);
fullImage.className = 'full-image';
- fullImage.fetchPriority = 'high';
imagesElements.push(fullImage);
imagesFiguresIds.push('bbox-figure-' + i);
diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index f66401f6..96a78505 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -6602,7 +6602,7 @@ window.thegrid = (function () {
(isdir || ext == 'unk' || ext.startsWith('/') ? '' :
'' + ext + '') +
- '
' + ao.innerHTML + '');
}
ggrid.innerHTML = html.join('\n');