« get me outta code hell

fix banner waiting to load messing up layout - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-06 13:47:23 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-06 13:47:23 -0300
commit2f89cecd17f471de61d217e71dd7551773a9e725 (patch)
tree57deeccf9d8c9e63a6958fd388f567055d3a77b4
parent1d0a1a3a087b46422fdcb0fa7ca111274d86c87b (diff)
fix banner waiting to load messing up layout
-rwxr-xr-xupd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index e87eb23..6ea0bf3 100755
--- a/upd8.js
+++ b/upd8.js
@@ -2402,7 +2402,7 @@ writePage.html = (pageFn, {paths, strings, to}) => {
             <img ${attributes({
                 src: banner.src,
                 alt: banner.alt
-            })}>
+            })} width="1100" height="200">
         </div>
     `;