I have 2 multivalued fields in a content type. Images and videos.
I want to display both images and video thumbnails in views slideshow. I have added both the fields to view and uncheck the the ckeckbox Display all values in the same row under the Multiple field settings of that field.
But this display one image from the image field and one thumbnail of a video from the video field in first row and so on.
Therefore in one slider item it display the value of both.
And I want that all the images are display first and then all the video thumbnails.
Suppose If a node has 5 images and 3 videos.
then the slideshow will contain 8 rows(8 slider items).
First 5 from the image field and then 3 from the video field.
Is it possible?