diff --git a/docs/_includes/gallery.html b/docs/_includes/gallery.html index 475e3e3..691c320 100644 --- a/docs/_includes/gallery.html +++ b/docs/_includes/gallery.html @@ -10,7 +10,7 @@ "hotspot.png" ]; let captions = [ - "\u00A0", + "PiPedal Guitar Effects Pedal running on a Raspberry Pi 4", "PiPedal web interface.", "Flexible effect routing.", "Bind controls to midi messages.", @@ -22,6 +22,7 @@ let aspectY = 648; let borderWidth = 0; + let galleryIndent = ""; let width ; let height; let frameWidth ; @@ -81,7 +82,7 @@ galleryAnimationStep = undefined; let captionElement = document.getElementById("gallery_caption"); - captionElement.innerText = captions[galleryFrame]; + captionElement.innerText = galleryIndent +captions[galleryFrame]; } } galleryLastAnimationCallback = window.requestAnimationFrame(galleryAnimationStep); @@ -198,7 +199,7 @@ document.writeln("