YouTube links werkend

This commit is contained in:
2020-03-24 14:42:44 +01:00
parent 843e66be6a
commit 821e0687eb
2 changed files with 12 additions and 3 deletions

View File

@@ -62,9 +62,7 @@
@if($item->video)
@include('widgets/mediaplayer')
<video controls>
<source src="{!!$item->video!!}" type="application/x-mpegurl" />
</video>
@php(createVideoElement($item->video))
@endif
@if($item->source && $item->source->show)