Viewing 1 replies (of 1 total)
  • Thread Starter brianharrington

    (@brianharrington)

    i am not sure if you can or cannot do this so i came up with this css solution. just add this to your css.

    .ngg-gallery-thumbnail-box {
    	background: url(thumb-overlay.jpg) no-repeat ;
    	display: block;
    
    }
    
    .ngg-gallery-thumbnail-box img{
    	-moz-opacity:.90;
    	filter:alpha(opacity=90);
    	opacity:.90;
    }

    the overlay image should be black and white

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] watermark on thumbnail – how to?’ is closed to new replies.