I am able to add a custom pager to a view. The pager pages through all of the instances of the content type for that view however.
I need to create a pager that will page through all of the images for specific instances of a content type. For example, suppose that there was a story content type with the title of "example story". Suppose this story type had three images uploaded.
When this story displays, I want the images to be in a pager rather than dispersed within the story text. I want all story content types to display this way.
Is this possible using the custom pager module?
Thanks for any suggestions.