mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
undo last commit, set bbox image fetch prio to high
This commit is contained in:
parent
c9515ca85c
commit
78de02123e
|
|
@ -691,6 +691,7 @@ 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);
|
||||
|
|
|
|||
|
|
@ -4134,7 +4134,7 @@ html.e #wrap.thin .ghead {
|
|||
}
|
||||
|
||||
/* prevent load of new thumbnails */
|
||||
#ggrid.waiting img {
|
||||
#ggrid.waiting a:not(.thumbed) img {
|
||||
display: none;
|
||||
}
|
||||
@supports (display: grid) and (gap: 1em) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue