hunzaboy / Ckin-Video-Player

Native Javascript HTML5 Video Player
https://hunzaboy.github.io/Ckin-Video-Player/
MIT License
102 stars 52 forks source link

How to add controlslist if i add 1x,2x play how i play any help ? #14

Open madfortech opened 6 months ago

madfortech commented 6 months ago

<video poster="{{ $media->getUrl('preview') }}" src="{{ asset($media->getUrl()) }}" type="{{ $media->mime_type }}" data-overlay="1" controlslist="nodownload" data-color="#fff000" data-ckin="default" alt=" {{ $item->title }}" class="aspect-auto w-full" data-title="{{ $item->title }}"> </video>