I am having a problem where the offset parameter doesn’t work when used with getImageList and getPage together. Here is my call.
[[!getPage?
&element=getImageList
&docid=30
&tvname=mytv
&limit=9
&tpl=mytpl
&offset=1
]]
The offset paramete works fine directly with getImageList but not when used with getPage for pagination.