We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e5402 commit 2abfb17Copy full SHA for 2abfb17
gallery.css
@@ -21,6 +21,8 @@
21
height: 700px;
22
opacity: 0;
23
-webkit-transition: opacity 0.3s ease-in-out;
24
+ -moz-transition: opacity 0.3s ease-in-out;
25
+ transition: opacity 0.3s ease-in-out;
26
}
27
28
.gallery[data-mode=full-screen] li {
0 commit comments