Skip to content

Commit

Permalink
docs: updates readme with call for maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlaguardia committed Jul 19, 2023
1 parent c6447c7 commit 511e901
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 511e901

Please sign in to comment.