javascript - TimelineJS:: How to insert links in events -
i'm doing timeline using timelinejs in json , want add link download/view pdf file in event. have tried use conventional methods insert html in json hasn't worked in library.
relevant code:
{ "startdate":"2012,1,4", "headline":"sh*t broke people say", "text":"", "asset": { "media":"http://youtu.be/zyyalkhjsjo", "credit":"", "caption":"" } }
Comments
Post a Comment