Skip to content

Commit 75fae9f

Browse files
committed
fix: private video poster image
1 parent aa0b798 commit 75fae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/cloudinary/models/video-source/video-source.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class VideoSource extends BaseSource {
7777
this.withCredentials = !!withCredentials;
7878
this.getInitOptions = () => initOptions;
7979

80-
this.poster(poster, options);
80+
this.poster(poster, { type: options.type });
8181
this.sourceTypes(sourceTypes);
8282
this.sourceTransformation(sourceTransformation);
8383
this.info(info);

0 commit comments

Comments
 (0)