Skip to content

Instantly share code, notes, and snippets.

@Akii
Created February 3, 2014 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akii/8791071 to your computer and use it in GitHub Desktop.
Save Akii/8791071 to your computer and use it in GitHub Desktop.
How to iterate through images in the resource tab of the page.
lib.slideshow = COA
lib.slideshow {
10 = TEXT
10.data = levelmedia:-1, slide
10.split {
token=,
cObjNum=1
1 {
1 = IMG_RESOURCE
1 {
file {
width = 320
height = 180c
import.current =1
import = uploads/media/
}
}
wrap = <img src="|" />
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment