We need to show a list of multiple gallerias in view:

1. Gallery content type (multi image field)

2. A view to show (n) nodes based on an entity reference

When viewing an individual gallery node, everything works fine. But when multiple nodes are displayed via the view, all subsequent galleries inherit the image set from the FIRST galleria so we end up with (n) gallerias all showing the same set of images. The galleria.io site is currently offline but from what I've been able to gather elsewhere, multiple galleries per page are supported as long as each has a unique ID and in this case they do (id=galleria1 and id=galleria2).

Any ideas on how we can get this working?