
poster image as base64
Hi,
Is it possible to set the poster image as base64 instead of using a regular URL?
Hi,
Is it possible to set the poster image as base64 instead of using a regular URL?
Not that I am aware of
And yet... a simple test shows that it is possible. Lazy.
You can configure:
image:“data:text/javascript;base64,YOUR_BASE64_ENCODED_STRING”,
And you can get the encode your string here:
http://www.freeformatter.com/base64-encoder.html