반응형
A simple HTML5 media player http://plyr.io
Plyr is a simple HTML5 media player that offers WebVTT captions. It’s lightweight, accessible, and customizable, and works with all modern browsers.
Checkout the demo.
Why?
We wanted a lightweight, accessible and customisable media player that just supports modern browsers. Sure, there are many other players out there but we wanted to keep things simple, using the right elements for the job.
Features
- Accessible - full support for VTT captions and screen readers.
- Lightweight - just 8KB minified and gzipped.
- Customisable - make the player look how you want with the markup you want.
- Semantic - uses the right elements.
<input type="range">
for volume and<progress>
for progress and well,<button>
s for buttons. There's no<span>
or<a href="#">
button hacks. - Responsive - as you'd expect these days.
- Audio & Video - support for both formats.
- Embedded Video - support for YouTube (Vimeo soon).
- API - toggle playback, volume, seeking, and more.
- Fullscreen - supports native fullscreen with fallback to "full window" modes.
- i18n support - support for internationalization of controls.
- No dependencies - written in vanilla JavaScript, no jQuery required.
Oh and yes, it works with Bootstrap.
.
반응형
'프로그래밍 > Web' 카테고리의 다른 글
[Slide] 웹 Front-End 실무 이야기 (0) | 2015.12.16 |
---|---|
[HTML5] Comic.js: Cartoon style drawing for HTML5 Canvas and more (0) | 2015.12.14 |
[UI] PatternPack: Easy pattern library creation and maintenance (0) | 2015.11.25 |
[Editor] Trix: An open source rich text editor : 오픈소스 에디터 (0) | 2015.11.16 |
[javascript] Offline.js: Let every app go offline (0) | 2015.11.09 |