Skip to content

Commit

Permalink
Merge pull request #108 from heronet/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Apr 15, 2024
2 parents b671b6a + c3986ff commit 1e7da7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
muted,
publicId,
secure: true,
aspectRatio: `${width}:${height}`,
transformation: playerTransformations,
...logoOptions
};
Expand Down
1 change: 1 addition & 0 deletions packages/svelte-cloudinary/src/types/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface CloudinaryVideoPlayerOptions {
muted?: boolean;
publicId: string;
secure?: boolean;
aspectRatio?: string;
transformation?: Array<object> | object;
}

Expand Down

0 comments on commit 1e7da7e

Please sign in to comment.