From cddeea5ab04653e120371b0c2294d6dcc255d561 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 22 Apr 2022 18:57:55 +0100 Subject: [PATCH] intro image, only start on start --- app/templates/timeline.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/templates/timeline.html b/app/templates/timeline.html index 6edacc1..df13dca 100644 --- a/app/templates/timeline.html +++ b/app/templates/timeline.html @@ -34,6 +34,9 @@ #intro, #contact { display: none; } + #intro img { + width: 100%; + } @@ -61,12 +64,14 @@ timenav_height: 100, }); } + /* document.querySelector('#intro').addEventListener('click', event => { document.querySelector('#intro').style.display = 'none' document.querySelector('#contact').style.display = 'none' document.querySelector('#timeline').style.display = 'block' load_timeline() }) + */ if (document.location.hash.slice(1).length) { load_timeline() }