How to add themes to JW Player

videva

Member
Aug 25, 2020
75
53
18
How to add this themes for Jw Player instead of using the default?
Template: https://codepen.io/Ping01/pen/QRKbZ...sXej0ZPmZapthZzc9s-ZE1calOk4vu93gdjs-qSF5WDm8
I have found many pages but no page has instruction to add this themes :(
copy the css code from codepen and save it with name netflix.css put this file inside folder assets

after that, there are 2 ways to use the template
- include your css in the head section of your page
HTML:
<link rel="stylesheet" media="all" href="assets/netflix.css" />
or
- include the URL skin inside JWPlayer setup instance like this
JavaScript:
  skin: {
    name: "netflix",
    url: "assets/netflix.css"
  },
 
  • Like
Reactions: vvuongbac

Forum statistics

Threads
69,199
Messages
908,274
Members
236,723
Latest member
potatoman1823

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu