← back to Wallco Ai
remove mural pan HUD (5 arrows ↑↓←→⟲) + drag-to-pan on /design/:id hero — image now normalized 100% cover, non-draggable across all kinds
5f63e2de8cb9efb73db4265c15876bce659c3368 · 2026-05-25 20:31:47 -0700 · Steve Abrams
Files touched
Diff
commit 5f63e2de8cb9efb73db4265c15876bce659c3368
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon May 25 20:31:47 2026 -0700
remove mural pan HUD (5 arrows ↑↓←→⟲) + drag-to-pan on /design/:id hero — image now normalized 100% cover, non-draggable across all kinds
---
server.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/server.js b/server.js
index 7b5e594..1b2fb85 100644
--- a/server.js
+++ b/server.js
@@ -9866,11 +9866,11 @@ ${htmlHeader('/designs')}
})();
</script>
- <div class="detail-img-wrap" data-mural="${(design.kind === 'mural' || design.kind === 'mural_panel') ? '1' : '0'}" data-original-src="${design.image_url}" data-design-id="${design.id}">
+ <div class="detail-img-wrap" data-mural="0" data-original-src="${design.image_url}" data-design-id="${design.id}">
<img src="${design.image_url}" alt="${design.title}" class="detail-img" id="detail-img" loading="eager" fetchpriority="high" decoding="async" crossorigin="anonymous">
- ${(design.kind === 'mural' || design.kind === 'mural_panel') ? `
- <!-- Mural pan controls — drag to pan, arrow keys + on-screen arrows for keyboard / touch users -->
- <div class="mural-pan-hud" aria-hidden="false">
+ ${false ? `
+ <!-- Mural pan HUD removed 2026-05-25: Steve directive "remove arrows on hero image, normalize image, do not allow user to move". Hero is now centered, fixed, non-draggable across all designs (seamless tiles + murals alike). -->
+ <div class="mural-pan-hud" aria-hidden="true" hidden>
<button class="mural-arrow mp-up" type="button" aria-label="Pan up" data-dir="up">↑</button>
<button class="mural-arrow mp-down" type="button" aria-label="Pan down" data-dir="down">↓</button>
<button class="mural-arrow mp-left" type="button" aria-label="Pan left" data-dir="left">←</button>
← 0f99287 yolo-queue: SG-5 ✓ settlement-gate.test.js — 14 cases all PA
·
back to Wallco Ai
·
DA-2+DA-3: Met PD + prior wallco design references in every 061b76f →