Page 1 of 1

Link to specific folder

Posted: 29 Nov 2010, 10:05
by martino
Hello,

Is there a way to link (from a static website) to a specific folder in imagevue? I have an event folder that I want to have my site linked to.

I'm running Imagevue 2.1.8.1

Thanks,
Martin

Re: Link to specific folder

Posted: 30 Nov 2010, 04:03
by mjau-mjau
Yes, create your link like this to access a specific folder:
Code
{gallerypath}/#/content/folder/
To access a specific file:
Code
{gallerypath}/#/content/folder/file.jpg

Re: Link to specific folder

Posted: 30 Nov 2010, 08:02
by martino
Great, that worked! Thank you.