We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1538fae commit c7203c9Copy full SHA for c7203c9
src/assets/js/media.js
@@ -23,6 +23,9 @@ if ( 0 !== ableplayer_selectors.length ) {
23
if ( ! el.hasAttribute( 'id' ) ) {
24
el.setAttribute( 'id', 'able-player-id-' + index );
25
}
26
+ if ( ! el.hasAttribute( 'data-skin' ) ) {
27
+ el.setAttribute( 'data-skin', '2020' );
28
+ }
29
30
childTracks = el.querySelectorAll( 'track' );
31
childTracks.forEach((track,index,listObj) => {
0 commit comments