Is it possible to create a video carousel?

Hi, apologies if this has been asked already - I searched but found nothing relevant.

Is it possible to create a carousel of videos? The Media Carousels module only allows for static images, as far as I can tell.

For reference, I am using the frontend of the CMS as a copywriter, although we do have developers on hand to support.

Thanks in advance.

This topic has been created from a Discord post (1257239234969079908) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

What stack are you using for Video carousel?

I have some experience in Video carousel using Next.js.

It is possible to create a carousel of videos using strapi, you’d structure you’re component to have a repeating media select, to which you can upload videos, or - if you’re hosting your videos third party (Vimeo/YouTube) a repeatable string for the embed.

In your frontend, you pipe this array of “content” into a third party carousel for your frontend - or build your own.