]> git.cworth.org Git - zombocom-ai/blobdiff - index.html
Prepend images as they are generated
[zombocom-ai] / index.html
index a0ee564da71d9cf9498743c1ccc2bf1ee2e93617..13fc62af92a00c9e5dc6f0f3e7da2848c0ae0b72 100644 (file)
@@ -137,7 +137,7 @@ mute.addEventListener("click", () => {
         figcaption.appendChild(caption_text);
         figure.appendChild(img);
         figure.appendChild(figcaption);
-        images.appendChild(figure);
+        images.prepend(figure);
     });
 
     zombo_form.addEventListener('submit', function(e) {