Skip to content

Instantly share code, notes, and snippets.

@scottwyden
Created October 2, 2015 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwyden/aad7e5f9eed3e3130f3d to your computer and use it in GitHub Desktop.
Save scottwyden/aad7e5f9eed3e3130f3d to your computer and use it in GitHub Desktop.
5 CSS Snippets to Customize NextGEN Gallery
/** Left align and set maximum width for ImageBrowser display */
.ngg-imagebrowser { max-width: 600px; float: left; margin-right: 10px; }
/** Highlight active image (read: stage image) in NextGEN Pro Lightbox carousel */
.galleria-image.active { border: 10px white solid; }
/** Add border and drop-shadow to slideshows */
.slideshow object { border: 10px black solid; box-shadow: 10px 10px 5px red; }
/** Customize the colors of the proofing start icon trigger */
.ngg-trigger-proofing.ngg-proofing-on { color: #cccc00; }
/** Twenty Thirteen NextGEN Widget fix when both widget areas are used */
#ngg-webslice > div > a > img { max-width: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment