undo last commit, set bbox image fetch prio to high

This commit is contained in:
Til Schmitter 2026-05-25 00:55:25 +02:00
parent c9515ca85c
commit 78de02123e
2 changed files with 2 additions and 1 deletions

View file

@ -691,6 +691,7 @@ window.baguetteBox = (function () {
for (var i = 0, fullImage; i < gallery.length; i++) { for (var i = 0, fullImage; i < gallery.length; i++) {
fullImage = mknod('div', 'baguette-img-' + i); fullImage = mknod('div', 'baguette-img-' + i);
fullImage.className = 'full-image'; fullImage.className = 'full-image';
fullImage.fetchPriority = 'high';
imagesElements.push(fullImage); imagesElements.push(fullImage);
imagesFiguresIds.push('bbox-figure-' + i); imagesFiguresIds.push('bbox-figure-' + i);

View file

@ -4134,7 +4134,7 @@ html.e #wrap.thin .ghead {
} }
/* prevent load of new thumbnails */ /* prevent load of new thumbnails */
#ggrid.waiting img { #ggrid.waiting a:not(.thumbed) img {
display: none; display: none;
} }
@supports (display: grid) and (gap: 1em) { @supports (display: grid) and (gap: 1em) {