I’m working on a new website and have the need to include a different page background for the gallery page and the detailed pic page. The gallery page has 8 thumbnails and is 480px in height whereas the details pic page with comments is 2000px. I’m using a gradient background that goes from light to dark (not my design!). So, can I have a different page background?
thanks,
charlie-imac
in the document that your gallery is in, add &picture_target=`23` parameter to the call, then that 23 document will be the one that is used for the details page, put the same snippet call there but instead of picture_target, use &is_target=`1` parameter.
Then the thumbnails document and the details view are two different documents that can both have own templates.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
THANKS! That worked great and was so easy.
charlie-imac