1.0.4 â€ĸ Published 5 years ago

zot v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Zot!

Zot :cloud_with_lightning: A JS multi media player

⭐ī¸ Feature

  • Clappr
  • Flickity

đŸ“Ļ Getting Started to Develop

git clone https://github.com/geckoslair/zot myLibrary
yarn

🚀 How to use it

Video element

var elem = document.getElementById("zot-video");
new Zot('video', elem, {source: "http://techslides.com/demos/sample-videos/small.mp4"});

Audio element

var elemGallery = document.getElementById("zot-gallery");
new Zot('gallery', elemGallery, {lazyLoad: 1, source: ["https://fillmurray.com/460/300", "https://fillmurray.com/460/300"]});

Gallery element

var elemAudio = document.getElementById("zot-audio");
new Zot('audio', elemAudio, {source: "https://file-examples.com/wp-content/uploads/2017/11/file_example_MP3_5MG.mp3", audioOnly: true});
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago