From 511e90119f068889aadf276955e4e6f0777bd5bd Mon Sep 17 00:00:00 2001 From: mattlaguardia Date: Wed, 19 Jul 2023 15:54:25 -0700 Subject: [PATCH] docs: updates readme with call for maintainers --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55578c3c..0b79d72c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ + +# 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. @@ -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 }) => { … }, };