Skip to content

Commit

Permalink
Revert "data: justifiedGallery 3.7.0 -> v3.8.0"
Browse files Browse the repository at this point in the history
This reverts commit 6a3423a.

3.8.0 breaks ability to overlay image meta on each thumbnail
  • Loading branch information
whatdoineed2do/Ray committed Jul 8, 2024
1 parent afcc11c commit 5161e51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
36 changes: 14 additions & 22 deletions data/css/justifiedGallery.min.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* justifiedGallery - v3.8.0
* justifiedGallery - v3.7.0
* http://miromannino.github.io/Justified-Gallery/
* Copyright (c) 2020 Miro Mannino
* Copyright (c) 2018 Miro Mannino
* Licensed under the MIT license.
*/
.justified-gallery {
Expand All @@ -26,13 +26,7 @@
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
.justified-gallery > figure > a > img {
position: absolute;
top: 50%;
left: 50%;
Expand All @@ -42,9 +36,9 @@
filter: "alpha(opacity=0)";
opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
display: none;
position: absolute;
bottom: 0;
Expand All @@ -58,9 +52,9 @@
font-weight: 300;
font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
display: initial;
filter: "alpha(opacity=70)";
opacity: 0.7;
Expand All @@ -69,15 +63,13 @@
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
.justified-gallery > .entry-visible {
filter: "alpha(opacity=100)";
opacity: 1;
background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transition: opacity 500ms ease-in;
Expand All @@ -88,7 +80,7 @@
.justified-gallery > .jg-filtered {
display: none;
}
.justified-gallery > .jg-spinner {
.justified-gallery > .spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
Expand All @@ -98,7 +90,7 @@
opacity: 1;
overflow: initial;
}
.justified-gallery > .jg-spinner > span {
.justified-gallery > .spinner > span {
display: inline-block;
filter: "alpha(opacity=0)";
opacity: 0;
Expand Down
Loading

0 comments on commit 5161e51

Please sign in to comment.