Skip to content

Instantly share code, notes, and snippets.

@rebhichaouki
Created July 15, 2015 15:13
Show Gist options
  • Save rebhichaouki/3c30a5217b410af3f417 to your computer and use it in GitHub Desktop.
Save rebhichaouki/3c30a5217b410af3f417 to your computer and use it in GitHub Desktop.
jEgpjp
<div id="timeline-container">
<div id="my-timeline"></div>
</div>
<!-- always load the CSS -->
<link rel="stylesheet" type="text/css" href="http://cdn.knightlab.com/libs/timeline/latest/css/themes/dark.css">
<!-- but no need for both -->
$(document).ready(function() {
createStoryJS({
type: 'timeline',
width: '100%',
height: '100%',
source: 'https://docs.google.com/spreadsheet/pub?key=0Agj2HRrBDEjJdGtiUTg3aFFUY3hfU1YtbmFuejZjWGc&output=html',
embed_id: 'my-timeline'
});
});
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js"></script>
#my-timeline {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment