Hello,
For my video units, I am trying to put a poster image on top of my videos hosted on Amazon S3. I have the wplms S3 plugin and I can use the files stored on Amazon S3 fine, but I don't know how to embed a poster image in the shortcode. Any suggestions?
Thanks.
Nevermind, I found out how to do this.
I used the following tag:
[video src="post your amazon s3 hosted video link here" poster="post your image link here"]
I also had to allow streaming access from Amazon S3 before the video was allowed to stream. I found instructions on how to do that below:
https://support.leadpages.net/hc/en-us/articles/203518230-How-to-Embed-Amazon-S3-Video-Links-into-an-iframe
Closing topic.
Well this feature will be available in the next update of wplms s3 .
How can we adjust height and width of s3 video , is there any shortcode for this?
Well as of now the video stretches to the full width of its container .
So you can add s3 shortcode inside a containing div with fixed width to bind its height and width .