stream group show done
This commit is contained in:
parent
ab89f232aa
commit
350dd71022
|
|
@ -11,7 +11,7 @@
|
||||||
text-shadow: 0.1em 0.1em 0.2em #006081a8 !important;
|
text-shadow: 0.1em 0.1em 0.2em #006081a8 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{--
|
{{--
|
||||||
<div class="container-fluid" style="padding: 0">
|
<div class="container-fluid" style="padding: 0">
|
||||||
<div class="container-fluid header-carousel">
|
<div class="container-fluid header-carousel">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
<div class="video-player">
|
<div class="video-player">
|
||||||
<video width="100%" poster="https://content.turkmentv.gov.tm/uploads/{{ $show->img_url }}" controls style="object-fit: cover;">
|
<video width="100%" poster="https://content.turkmentv.gov.tm/uploads/{{ $show->img_url }}" controls style="object-fit: cover;">
|
||||||
<source src="https://content.turkmentv.gov.tm/{{ $show->video_url }}" type="video/mp4">
|
<source src="/stream/{{ $show->id }}" type="video/mp4">
|
||||||
Your browser does not support HTML5 video.
|
Your browser does not support HTML5 video.
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue