Skip to content

Commit

Permalink
Merge pull request #627 from imgix/call-for-maintainers
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
mattlaguardia committed Jul 21, 2023
2 parents c6447c7 + 511e901 commit 52e8c39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<!-- ix-docs-ignore -->

# This repository is no longer actively maintained.
See [#626](https://github.com/imgix/luminous/issues/626) for details.

---

![imgix logo](https://assets.imgix.net/sdk-imgix-logo.svg)

`Luminous` is a simple, lightweight, no-dependencies JavaScript image lightbox.
Expand Down Expand Up @@ -154,7 +160,7 @@ LuminousGallery supports two sets of options arguments. The first set is specifi
var galleryOpts = {
// Whether pressing the arrow keys should move to the next/previous slide.
arrowNavigation: true,
// A callback triggered when the image changes that is passed the image HTML element
// A callback triggered when the image changes that is passed the image HTML element
onChange: ({ imgEl }) => { … },
};

Expand Down

0 comments on commit 52e8c39

Please sign in to comment.