diff --git a/src/lightbox/README.md b/src/lightbox/README.md index e7fdcf6..b7f7788 100644 --- a/src/lightbox/README.md +++ b/src/lightbox/README.md @@ -62,7 +62,8 @@ Next, we need to trigger the lightbox with and give it some content. Any content |----------------|-------------------------------------------------------------| | change | When any attribute has changed | | template-set | When a template is set, before content has actually updated | -| content-update | When the content has updated inside the lightbox | +| content-change | When the content has updated inside the lightbox | +| slide-set | When a slide in the lightbox is set | ## Methods diff --git a/src/lightbox/index.html b/src/lightbox/index.html index 124dbe3..e6a5bca 100644 --- a/src/lightbox/index.html +++ b/src/lightbox/index.html @@ -24,6 +24,12 @@ + + + + + + @@ -34,6 +40,20 @@ + + + + + + + + + +