If you want to present an overview of videos that have been uploaded you can use the list element. By default it will list all videos in your space. The <mave-item>
will be repeated within the list, which renders a preview of your video. The result will be paginated and be appended (endless scroll) to the list once you near the end of the list. This is the only thing you need to add to your page:
<mave-list embed="{embed id}">
<mave-item />
</mave-list>