We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0b798 commit 75fae9fCopy full SHA for 75fae9f
src/plugins/cloudinary/models/video-source/video-source.js
@@ -77,7 +77,7 @@ class VideoSource extends BaseSource {
77
this.withCredentials = !!withCredentials;
78
this.getInitOptions = () => initOptions;
79
80
- this.poster(poster, options);
+ this.poster(poster, { type: options.type });
81
this.sourceTypes(sourceTypes);
82
this.sourceTransformation(sourceTransformation);
83
this.info(info);
0 commit comments