Hi,

is it somehow possible to place a logo over the images which are shown in the lightbox?

Comments

dman’s picture

That would be called a 'watermark'.
Search on that.
Imagecache + imagecache_actions(watermark) /may/ work with lightbox (I'm not sure about lightbox+imagecache integration at the moment)

There are other watermark solutions also.

stella’s picture

Status: Active » Fixed

It should work, though I've never tested it. Lightbox2 and imagecache works, so I don't see why imagecache_actions (watermark) wouldn't work here too.

Cheers,
Stella

clown10’s picture

Oh, I am sorry, but this is not what I would like to do ( however, under actions I cannot find watermarking in imagecache).

What I would like to do is to place a logo "above" the image like on a homepage. So it should go somewhere into the border or so. If I would know where the code is generated I think I could do it, but I cannot find the respective code. Is this all done via Javascript?

stella’s picture

watermarking is provided by http://drupal.org/project/imagecache_actions

there's no way to do what you want at present, short of using rel="lightframe" and theming the loaded page (using a theme tpl.php file) to place the logo above the image. See http://drupal.org/node/252260 for info on lightframe and loading pages (rather than images).

clown10’s picture

Thank you very much Stella. I wonder how this module escaped me?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.