Hello people!
I have absolutely no knowledge of javascriptnig but I do know what I need in the code I'm using. Let me explain:
I have this part of code:
Code:
slides: [
// Slideshow Images
{Gallery dir='xxx' template='supersized'}
]
I would like to make this
Gallery dir='xxx' part more dynamically oriented. How can one make this 'dir' variable become "page dependent"? For example:
- if one is browsing
PAGE A on some website then the one should see
GALLERY A displayed.
- when one switches to
PAGE B then
GALLERY B is displayed and so on...
If there is someone who could help me on this I would really appreciate it!
(Let me know if there's not enough info provided in this question. If so, I apologize, I don't know exactly how to treat informations when it comes to coding, it's really not my field!)