The slideshow appears to work but will only display the same first photo over and over again. It will not show the other uploaded photos.

My progress so far,

I have created a content type with many fields. One of these fields is a photo upload (field_photo). This photo upload allows multi photos. All is good and the page shows all the photos one after the other on their own related node url pages.

What I wish to achieve is instead of the photos displayed one after the other on their node page, I would like one photo displayed to then slideshow the multi uploaded photos in relation to their relative node page.

The working example is for an animal profile entry where their details are entered via the content type, many fields of details including the animals photos that may comprise of 1-10 photos. When loading the profile page, node page. To save space by displaying the photos in the one area as a slideshow.

I have installed views slideshow and the needed modules.

I have created a view with these settings;-

Style: Slideshow
Grouping field: None.
List type: Unordered.
Slideshow mode: Single Frame.
Hover breakout: Teaser.
Display teasers last: Checked.
Mouse hover: Hover.
Timer delay: 2000.
Slideshow sort order: Forward.
Fade: Checked.
Fade speed: Slow
Fade value: 0.25

Row Style: Fields
Inline fields: Unchecked field content:photo (field_photo)
Separator: blank.

Use AJAX: No

Use page: No

Items to display: 1

The rest as normal.

Then in Arguments;-
Node: Nid.
Provide default argument
Default argument: Node ID from URL

The rest as normal.

The fields;-
Content: Photo Lightbox2 slideshow: Large->original
Group multiple values: Checked. Show 1 value starting from 0

Then a couple of filters;-
Node: Published Yes
Node: Type = Content Type.

The slideshow appears to work but will only display the same first photo over and over again. It will not show the other uploaded photos.

Could it be because the (field_photo) holds more than one photo and can not distinguish them as separate photos?

Sorry to be lengthy but I am now lost with info over load from my searches.