mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
presos timeline
This commit is contained in:
parent
fde8568496
commit
d09b115e0f
2 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
<div class="video-container">
|
||||
<iframe src='https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1VLDzqJzMt7yB29pRsdO_HfDVbCXrdIHXP9R2LNDSE9c&font=OpenSans-GentiumBook&lang=es&initial_zoom=2&start_at_slide=1&height=550' width='100%' height='550' webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder='0'></iframe>
|
||||
<!--<iframe src='https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1VLDzqJzMt7yB29pRsdO_HfDVbCXrdIHXP9R2LNDSE9c&font=OpenSans-GentiumBook&lang=es&initial_zoom=2&start_at_slide=1&height=550' width='100%' height='550' webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder='0'></iframe>-->
|
||||
<iframe src="presos.html" allowfullscreen frameborder='0'></iframe>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,14 @@
|
|||
<head>
|
||||
<!-- 1 -->
|
||||
<link title="timeline-styles" rel="stylesheet" href="https://cdn.knightlab.com/libs/timeline3/latest/css/timeline.css">
|
||||
|
||||
<style type="text/css">
|
||||
.tl-timemarker .tl-timemarker-content-container {
|
||||
background-color: #e50000;
|
||||
}
|
||||
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline, .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
<!-- 2 -->
|
||||
<script src="https://cdn.knightlab.com/libs/timeline3/latest/js/timeline.js"></script>
|
||||
|
||||
|
@ -20,6 +27,8 @@
|
|||
// See below for more about options.
|
||||
var additionalOptions = {
|
||||
start_at_end: false,
|
||||
start_at_slide:6,
|
||||
scale_factor:0.75,
|
||||
default_bg_color: {r:255, g:255, b:255},
|
||||
timenav_height: 150
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue