Hi, I am using dynamic content to have a filtered gallery of videos.
I created a videos collection which contains all the single items/videos, and a categories collection which I use to filter the content. I used tabs for the filter and all looks good.
the issue I am having is that on the detail page I'd like to have the single video and description (which I did), followed by a collection of three related items, where the items share the same category as the single video.
Is there a way to link the category of the main item with the collection of related items? Also it would be awesome to be able to randomize the order of the related items (now sorting is only default or reverse), so it's not always the same videos that show up!
here is the index page with the tabs/filters

and here is the detail page with the related items collection

sorry, the site is still in hosted locally so I can't provide access to it