Hello
I have a list of videos with a unique ID in the database (from 1 to 10).
The current video is in my exemple the 6th.
I want to do this:
I want a list of all the videos with a different image for the old videos, the actual one et the next one.
I can do it in one column with 3 different lists (past, actual et next one). But I need 4 colums so it has to be the same list (maybe I am wrong on this last point).
Thanks