• Greetings:

    I am using NGG with WP 3.0.4, and am using the non-Image Browser setting in Options | Gallery. When Individual pictures are being presented, the background behind the pictures is almost blacked out, with a nearly opaque view of the thumbnails still visible through the black-out. How can I set the opacity of the black background to 100%, so that nothing shows through the background?

    Thanks,
    Airpilot

Viewing 3 replies - 1 through 3 (of 3 total)
  • I haven’t looked into that, but I quess it’s a css thing. Look for ‘opacity’ in the apropriate stylesheet.

    Thread Starter airpilot

    (@airpilot)

    Hi Moxie.

    I already checked the NNGallery.css, and there’s no mention of “Opacity” or any other obvious tag. Gotta be somewhere else! Help, Alex!

    Airpilot

    Hi Airpilot,
    In case you never got your answer, I found this in the effect CSS sheet instead. I use Shutter so it was in /nextgen-gallery/shutter/shutter-reloaded.css

    div#shShutter {

    height: 100%;

    z-index: 1000;

    background-color: #000000;

    opacity: 0.90;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] How to adjust Opacity of Individual Picture Black Background?’ is closed to new replies.