Hi
When browsing an album I have a "banner" that contains the album's details (title, tags, description etc.) positioned at the top of the page. This banner uses a custom sized version of the albums thumbnail as a background image.
I have the gallery setup to use watermarks for all of the images, however for the banner I would like to use a background image that does not have a watermark.
Is there a way to retrieve the current albums thumbnail (with a custom size) that does not have a watermark?
Currently I use this code to retrieve the thumbnail:
getCustomAlbumThumb(1200)
P.s. I tried to check the documentation on this site (specifically the guides for "template Functions", "functions.php" and "functions-basic.php") but I get a 403 Forbidden error message.