You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon.
It is necessary to set the server's content-type according to the file's mimetype. Example: if the file is mp3, define it as audio/mpeg
pond.files = [
{
source: file,
options: {
type: 'limbo',
metadata: {
poster: file,
}
}
}
];
whit that working the images for example but with video not
The text was updated successfully, but these errors were encountered: