Skip to content

Commit

Permalink
fix(video-player): scalingMode is number
Browse files Browse the repository at this point in the history
fixes #774
  • Loading branch information
ihadeed committed Nov 23, 2016
1 parent 8439faf commit f07431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/video-player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface VideoOptions {
* There are to options for the scaling mode. SCALE_TO_FIT which is default and SCALE_TO_FIT_WITH_CROPPING.
* These strings are the only ones which can be passed as option.
*/
scalingMode?: string;
scalingMode?: number;
}

/**
Expand Down

0 comments on commit f07431a

Please sign in to comment.