Add custom StoryMapJS build
From StoryMapJS@3a009d50ca0ee1392c790e77bf756a94f97dc169, which includes
these commits on top of upstream:
commit 3a009d50ca0ee1392c790e77bf756a94f97dc169
Author: Chandler Swift <chandler@chandlerswift.com>
Date: Sun Dec 22 22:28:46 2024 -0600
Add support for HTML5 video element
commit 6ade0d609203fe3063b26fff23602b0b3caf7e38
Author: Chandler Swift <chandler@chandlerswift.com>
Date: Sun Dec 22 22:26:37 2024 -0600
Re-enable scroll-to-zoom on map
commit ce2220d6f7325c2fa5f3f9963a56daf1e8b6c90f
Author: Chandler Swift <chandler@chandlerswift.com>
Date: Sun Dec 22 22:25:58 2024 -0600
Add lightbox for image links
Fixes #3
This commit is contained in:
parent
967d49cfbc
commit
08c1048604
42 changed files with 3814 additions and 5 deletions
|
|
@ -15,14 +15,11 @@
|
|||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
<!-- TODO -->
|
||||
<link rel="stylesheet" href="https://cdn.knightlab.com/libs/storymapjs/latest/css/storymap.css">
|
||||
<script type="text/javascript" src="https://cdn.knightlab.com/libs/storymapjs/latest/js/storymap-min.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="dist/css/storymap.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="mapdiv"></div>
|
||||
<!-- <script type="text/javascript" src="storymap-min.js"></script> -->
|
||||
<script type="text/javascript" src="dist/js/storymap.js"></script>
|
||||
<script>
|
||||
const storymap_options = {};
|
||||
const storymap = new KLStoryMap.StoryMap('mapdiv', 'data.json', storymap_options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue