Shaka Player Themes
Amsterdam-Acid Blue
Amsterdam-Acid Green
Amsterdam-Acid Red
Amsterdam-Acid Yellow
How do I test these themes?
- Download theme files
- Unzip it and move files to server or localhost environment
- Access the theme from a browser
How do I use these themes?
- Download theme files
- Unzip it and move files to server or localhost environment
- Access the theme from a browser and test it
- Explore theme folder index.html code
- Attch theme .css file and .js file to your web page
- Wrap your video element with theme spesific css class (ex: .amsterdam-acid-yellow)
How about cross-browser compatibility
These themes were tested on latest versions of Chrome and Safari. If you found an issue, please create an issue on GitHub.
How do I contribute?
-
Clone the repository using HTTPS and do following steps
> git clone https://github.com/lucksy/shaka-player-themes.git > cd shaka-player-themes > npm install > gulp
-
Copy and paste example theme directry in ./assets/ folder to respective folder and rename the folder and theme files.
-
Access your new theme from http://localhost:3000/dist/path-to-your-theme/
-
Configure and style the new theme and send pull request.