Closed (fixed)
Project:
Lightbox2
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 00:19 UTC
Updated:
11 Jun 2009 at 17:50 UTC
Hi,
is it somehow possible to place a logo over the images which are shown in the lightbox?
Comments
Comment #1
dman commentedThat 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.
Comment #2
stella commentedIt 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
Comment #3
clown10 commentedOh, 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?
Comment #4
stella commentedwatermarking 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).Comment #5
clown10 commentedThank you very much Stella. I wonder how this module escaped me?