Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spchuang committed Dec 14, 2014
1 parent 89e3535 commit 88f511d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ To add breaks in the video, simply add a new time (in seconds) in the list of br
The style of the markers could be modified by passing an optional setting "markerStyle" with your preference of css styles.

video.markers({
setting: {
markerStyle: {
'width':'8px',
'background-color': 'red'
},
markerStyle: {
'width':'8px',
'background-color': 'red'
},
markers: [
{time: 9.5, text: "this"},
Expand Down

0 comments on commit 88f511d

Please sign in to comment.