Skip to content

Commit

Permalink
Merge pull request #2 from BATraining/develop
Browse files Browse the repository at this point in the history
fix to component when viewed on iPads, it would jump out of view.
  • Loading branch information
RosiniB authored Jul 21, 2017
2 parents cb72ac3 + 429e95b commit 6175f44
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added assets/Thumbs.db
Binary file not shown.
Binary file added js/.DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions js/adapt-contrib-media.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ define([

postRender: function() {
this.setupPlayer();
this.addTabIndex();
},
addTabIndex:function(){
console.log(this.$el);
this.$('.mejs-container').attr('tabindex','0');

},

setupPlayer: function() {
Expand Down

0 comments on commit 6175f44

Please sign in to comment.