Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Time value in minutes? 5 seconds equal 5: and 2 minute 30 seconds ???? #40

@dlws21

Description

@dlws21

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
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions