Skip to content

Commit d51ffd8

Browse files
authored
fix: private video poster image (#836)
* fix: private video poster image * fix: private video poster image * fix: private video poster image
1 parent 53a4362 commit d51ffd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)