Hello there!
When using this module with Views Load More (for example) slideshow doesn't work since behavior is not properly attached.
To reproduce the issue:
1. Install Views Load More
2. Make output of field. I use colorbox.
3. On newly loaded items try to change pic with next/prev buttons.
4. Nothing happens.
The problem is that newly added items has the same id as the first ones, i. e. "field-slideshow-1", settings are merged and newly added items considered processed.
Static variable cannon be used to provide unique id between different HTTP requests.
drupal_html_id in drupal 8 is also deprecated.
Simplified D8 solution can be used here - provide random number.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.