Skip to content

Commit 52e8c39

Browse files
Merge pull request #627 from imgix/call-for-maintainers
Readme updates
2 parents c6447c7 + 511e901 commit 52e8c39

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<!-- 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+
28
![imgix logo](https://assets.imgix.net/sdk-imgix-logo.svg)
39

410
`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
154160
var galleryOpts = {
155161
// Whether pressing the arrow keys should move to the next/previous slide.
156162
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
158164
onChange: ({ imgEl }) => { … },
159165
};
160166

0 commit comments

Comments
 (0)