Image carousel

1
I have entity X and each object of this entity has got an image objected associated with it. I want to display images of objects that have been recently added. I now what the constraint is however I cannot figure out how to set up the image carousel correctly. help would be appriciated.
asked
1 answers
1

Did you check the documentation? You need to have an Img url attribute that represents the image. In general that image url equals the expression:

 '/file?thumb=false&fileID='+ $image/fileId
answered