[object Object]

← back to Silkwallpaper

fix(silk hero): remove dead /rooms 404s + empty hero-pool (catalog silk imgs are vendor-branded lookbook cards — leak risk); keep clean static silk mural + wordmark fix

532ebe5be00e614e189e37c55977e0e18375d5ac · 2026-08-17 08:37:05 -0700 · Steve Abrams

Files touched

Diff

commit 532ebe5be00e614e189e37c55977e0e18375d5ac
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Aug 17 08:37:05 2026 -0700

    fix(silk hero): remove dead /rooms 404s + empty hero-pool (catalog silk imgs are vendor-branded lookbook cards — leak risk); keep clean static silk mural + wordmark fix
---
 public/hero-pool.json | 2 +-
 public/index.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/hero-pool.json b/public/hero-pool.json
index be2fb71..fe51488 100644
--- a/public/hero-pool.json
+++ b/public/hero-pool.json
@@ -1 +1 @@
-["https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_f9deb604-b83f-4736-ba29-d507045b3d4e.png?v=1722464578&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_7a109d21-53aa-40fd-9b03-fd952da95b72.png?v=1722465962&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_f703000b-8a42-4a05-b77b-1230acfd0f41.png?v=1722464565&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_fca2252d-9d4a-4992-8384-2105b86a82b4.png?v=1722455520&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_bb64beb3-eec3-481e-9286-0eb25cc5aba4.png?v=1722464861&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_69aff11b-b97d-439c-8f80-19ae4c5645fb.png?v=1722467822&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_94923bd8-8733-4949-bd47-ca166de6d1ea.png?v=1722468574&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MR_FV_21033_S_Silver_RGB_c37c3f3b-725a-4ed8-8aa1-9cf8d6283103.jpg?v=1738861322&width=2048","https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_9e658f58-f9e0-4c9f-96f7-12c7da3665b7.png?v=1722455668&width=2048"]
\ No newline at end of file
+[]
diff --git a/public/index.html b/public/index.html
index bb1e402..3234013 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1783,7 +1783,7 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
     if (i >= pool.length) return;                 // none qualified -> static hero stays
     const url = pool[(start + i) % pool.length];
     const probe = new Image();
-    probe.onload = () => { if (probe.naturalWidth >= 1400) bg.style.backgroundImage = "url('" + url + "')"; else tryAt(i + 1); };
+    probe.onload = () => { if (probe.naturalWidth >= 1200) bg.style.backgroundImage = "url('" + url + "')"; else tryAt(i + 1); };
     probe.onerror = () => tryAt(i + 1);
     probe.src = url;
   })(0);

← acae839 auto-data-snapshot: 2026-08-17T08:33:50 (1 data files) — pub  ·  back to Silkwallpaper  ·  feat(silk hero): rotate 4 clean AI-generated silk heroes (sa af1233c →