[object Object]

← back to Metallicwallpaper

auto-save: 2026-06-22T21:48:03 (1 files) — public/index.html

518c166715e7971c48a68261256ecd7aac679047 · 2026-06-22 21:48:04 -0700 · Steve Abrams

Files touched

Diff

commit 518c166715e7971c48a68261256ecd7aac679047
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 22 21:48:04 2026 -0700

    auto-save: 2026-06-22T21:48:03 (1 files) — public/index.html
---
 public/index.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/public/index.html b/public/index.html
index a8c7a5a..230aa08 100644
--- a/public/index.html
+++ b/public/index.html
@@ -824,8 +824,8 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
 (function(){
   const CFG = {
     storageKey: 'dw_grid_cols',
-    minCols: 1,
-    maxCols: 6,
+    minCols: 3,
+    maxCols: 12,
     defaultCols: 3,
     mobileBreakpoint: 768,
     nameHideThreshold: 5  // Hide names when > 5 columns
@@ -885,14 +885,12 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
       <div id="dw-density-slider" class="dw-grid-control">
         <div class="dw-grid-label">Columns</div>
         <div class="dw-grid-buttons">
-          <button data-cols="1" aria-label="1 column" title="1">1</button>
-          <button data-cols="2" aria-label="2 columns" title="2">2</button>
           <button data-cols="3" aria-label="3 columns" title="3" class="active">3</button>
           <button data-cols="4" aria-label="4 columns" title="4">4</button>
           <button data-cols="5" aria-label="5 columns" title="5">5</button>
           <button data-cols="6" aria-label="6 columns" title="6">6</button>
         </div>
-        <input type="range" id="dw-col-range" class="dw-slider" min="1" max="6" step="1" value="3" aria-label="Grid columns">
+        <input type="range" id="dw-col-range" class="dw-slider" min="3" max="12" step="1" value="3" aria-label="Grid columns">
         <span id="dw-col-label" class="dw-col-label">3 cols</span>
       </div>
     `;

← 6fcb6ee fix: improve sort dropdown positioning with overflow handlin  ·  back to Metallicwallpaper  ·  corner-nav: move login to its own hamburger in upper-left (p 01827f0 →