Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

I only want visitors to see my photos in the SmugMug style without the lightbox appearing if they click on the preview image. How to I block the lightbox from showing?

share|improve this question

1 Answer

  1. Sign into SmugMug
  2. Visit your Control Panel
  3. Click the Customize Tab
  4. In the Advance Customizer section, click Edit
  5. Scroll down to the 'Bottom JavaScript' section
  6. Insert the following text: useLightbox = false;
  7. Update your changes
  8. Enjoy the lack of a LightBox!
share|improve this answer
I also recommend adding a JavaScript comment so that you can easily know what changes the script makes (maybe not necessary for this one, but some of the JavaScript can get complex to comprehend. Anyhow, the comments would be formatted as such: /* === disable lightbox === */ – Cody Bennett Jan 27 '12 at 21:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.