mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 21:52:25 -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++) {
|
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);
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue