Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
ipad: do not set video type attribute
Browse files Browse the repository at this point in the history
Forcing it to video/mp4 does not make sense with HLS or audio. As this
was never needed on iOS, we just omit the type attribute instead of
implementing some unreliable detection mechanism based on filename
suffix.
  • Loading branch information
phloxic committed Oct 7, 2014
1 parent 7c44a0d commit cb84fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js-plugins/ipad/flowplayer.ipad.js
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,6 @@ $f.addPlugin("ipad", function(options) {
api.style.cursor = 'pointer';
api.style.webkitUserDrag = 'none';

api.type="video/mp4";
// if ( hasBuiltinControls )
// api.controls="controls";

Expand Down

0 comments on commit cb84fb2

Please sign in to comment.