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
{{ message }}
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
The text was updated successfully, but these errors were encountered:
dlws21
changed the title
Time value in minutes? 5 seconds equal 5: and 1 minute 10 seconds ????
Time value in minutes? 5 seconds equal 5: and 2 minute 30 seconds ????
Oct 13, 2017
My video lenght is 5 minutes 44 seconds
I would set thumbnails
video.thumbnails({
// 0 second
0: {
src: 'http://example.com/thumbnail1.png',
width: '120px'
},
// 90 seconds
90: {
src: 'http://example.com/thumbnail41.png'
}
// 1:20 seconds (120 works)
120 : {
src: 'http://example.com/thumbnail52.png'
}
// 2:30 (230 doesnt work)
230 : {
src: 'http://example.com/thumbnail124.png'
}
Please help
});
The text was updated successfully, but these errors were encountered: