Fetch and show the CMS videos

In my site We have placed a CMS collection named Videos from this collection we need to fetch and show the two fields video and video text. In the cms collection videos We have already added 6 items. But we can’t fetch and show the videos that is given as URL.

The most common way is to use a Video field type in the CMS, add your videos there ( youtube, vimeo, etc. ), and then data-bind that to a Video element on your page.

If you want to store the videos as URLs you’d need to use an embed and construct your <video> element.