We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6447c7 + 511e901 commit 52e8c39Copy full SHA for 52e8c39
README.md
@@ -1,4 +1,10 @@
1
<!-- ix-docs-ignore -->
2
+
3
+# This repository is no longer actively maintained.
4
+See [#626](https://github.com/imgix/luminous/issues/626) for details.
5
6
+---
7
8

9
10
`Luminous` is a simple, lightweight, no-dependencies JavaScript image lightbox.
@@ -154,7 +160,7 @@ LuminousGallery supports two sets of options arguments. The first set is specifi
154
160
var galleryOpts = {
155
161
// Whether pressing the arrow keys should move to the next/previous slide.
156
162
arrowNavigation: true,
157
- // A callback triggered when the image changes that is passed the image HTML element
163
+ // A callback triggered when the image changes that is passed the image HTML element
158
164
onChange: ({ imgEl }) => { … },
159
165
};
166
0 commit comments