Can't get video poster to show
I'm using the following to try and get an uploaded image to show as a poster, but it's not working.
I think I might have the poster publicId wrong?
I've tried the full path and the source path (starts with v) to no avail.
var cld = cloudinary.Cloudinary.new({ cloud_name: 'zool-agency', autoplayMode: 'on-scroll', posterOptions: { publicId: 'webinar_thumb'} });
0
-
Hi Wayne,
posterOptions is a parameter controlled by the Cloudinary videoPlayer. After you create the cld (Cloudinary object), you can create the videoPlayer by passing in the posterOptions:
to configure it after the videoPlayer is created.
I hope this helps and let me know if you have further questions.
Thanks,
Mo
0
Post is closed for comments.
Comments
1 comment