addfolder

This commit is contained in:
2018-04-23 21:14:46 +02:00
parent cec9a0314b
commit a7cb972085
192 changed files with 16037 additions and 24 deletions
+17
View File
@@ -0,0 +1,17 @@
## Setup
Go to example.com/admin/config/media/ng-lightbox and configure the paths you would
like to be auto-lightboxed.
Anything that runs through theme_link() and mentioned on the admin page is lightboxed, if you
want to manually apply the lightbox to a link, simply add the "ng-lightbox" class to the anchor.
## Rebuilding SASS
If you're contributing to ng_lightbox you can re-generate the css with the
following command from within the ng_lightbox folder.
compass compile --no-sourcemap --no-debug-info --force -e production sass/lightbox.scss
If you're simply using the ng_lightbox module and want to have your own theme you can copy the
sass file into your theme and begin customising from there.