The Canvas - LED Video Poster Board
/* ============================================ SURGEFX RESPONSIVE TABS/ACCORDION HYBRID - Desktop: Horizontal tabs - Mobile: Accordion ============================================ */ .surgefx-product-info { margin: 24px 0; font-family: inherit; } .surgefx-intro { margin-bottom: 24px; line-height: 1.7; } .surgefx-tagline { font-size: 1.15em; font-weight: 700; color: #000000; margin-bottom: 16px; letter-spacing: 0.5px; } /* Shared content styles */ .surgefx-product-info h4 { color: #1a1a1a !important; margin: 24px 0 12px 0; font-size: 1.05em; font-weight: 700; padding-bottom: 8px; border-bottom: 2px solid #00d1b2; display: inline-block; } .surgefx-product-info h4:first-child { margin-top: 0; } .surgefx-product-info table { width: 100%; border-collapse: collapse; margin: 16px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); } .surgefx-product-info th, .surgefx-product-info td { text-align: left; padding: 12px 16px; border-bottom: 1px solid #eee; } .surgefx-product-info tr:last-child td { border-bottom: none; } .surgefx-product-info th { font-weight: 600; background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%); color: #00d1b2; } .surgefx-product-info tbody tr:nth-child(even) { background: rgba(0, 0, 0, 0.02); } .surgefx-product-info ul { padding-left: 20px; margin: 12px 0; } .surgefx-product-info li { margin-bottom: 8px; } .surgefx-product-info .highlight { background: linear-gradient(135deg, rgba(0, 209, 178, 0.08) 0%, rgba(0, 209, 178, 0.15) 100%); border-left: 4px solid #00d1b2; padding: 16px 20px; margin: 20px 0; border-radius: 0 8px 8px 0; box-shadow: 0 2px 8px rgba(0, 209, 178, 0.1); } .surgefx-product-info .warning { background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.15) 100%); border-left: 4px solid #ffc107; padding: 16px 20px; margin: 20px 0; border-radius: 0 8px 8px 0; box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1); } .surgefx-product-info a { color: #000000; text-decoration: underline; } .surgefx-product-info a:hover { color: #00d1b2; } .surgefx-footer { text-align: center; margin-top: 28px; padding: 16px; color: #666; font-style: italic; font-size: 0.95em; background: linear-gradient(180deg, transparent 0%, rgba(0, 209, 178, 0.05) 100%); border-radius: 8px; } /* ============================================ DESKTOP: HORIZONTAL TABS ============================================ */ .surgefx-tabs { display: block; } .surgefx-tabs input[type="radio"] { display: none !important; position: absolute; opacity: 0; pointer-events: none; } .surgefx-tabs-nav { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 0; margin: 0; padding: 0; list-style: none; background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%); border-radius: 10px 10px 0 0; overflow: hidden; } .surgefx-tabs-nav label { flex: 1; display: block !important; padding: 16px 12px; cursor: pointer; font-weight: 600; font-size: 0.85em; color: #999; background: transparent; border: none; border-right: 1px solid #3a3a3a; margin: 0; transition: all 0.25s ease; white-space: nowrap; text-align: center; position: relative; } .surgefx-tabs-nav label:last-child { border-right: none; } .surgefx-tabs-nav label:hover { color: #00d1b2; background: rgba(0, 209, 178, 0.1); } /* Active tab states */ #tab1:checked ~ .surgefx-tabs-nav label[for="tab1"], #tab2:checked ~ .surgefx-tabs-nav label[for="tab2"], #tab3:checked ~ .surgefx-tabs-nav label[for="tab3"], #tab4:checked ~ .surgefx-tabs-nav label[for="tab4"], #tab5:checked ~ .surgefx-tabs-nav label[for="tab5"], #tab6:checked ~ .surgefx-tabs-nav label[for="tab6"], #tab7:checked ~ .surgefx-tabs-nav label[for="tab7"] { color: #00d1b2; background: linear-gradient(180deg, rgba(0, 209, 178, 0.2) 0%, rgba(0, 209, 178, 0.05) 100%); } #tab1:checked ~ .surgefx-tabs-nav label[for="tab1"]::after, #tab2:checked ~ .surgefx-tabs-nav label[for="tab2"]::after, #tab3:checked ~ .surgefx-tabs-nav label[for="tab3"]::after, #tab4:checked ~ .surgefx-tabs-nav label[for="tab4"]::after, #tab5:checked ~ .surgefx-tabs-nav label[for="tab5"]::after, #tab6:checked ~ .surgefx-tabs-nav label[for="tab6"]::after, #tab7:checked ~ .surgefx-tabs-nav label[for="tab7"]::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #00d1b2; } .surgefx-tabs-panels { position: relative; } .surgefx-tabs-content { display: none; padding: 28px; background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 10px 10px; line-height: 1.7; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } /* Show content when corresponding radio is checked */ #tab1:checked ~ .surgefx-tabs-panels .content-1, #tab2:checked ~ .surgefx-tabs-panels .content-2, #tab3:checked ~ .surgefx-tabs-panels .content-3, #tab4:checked ~ .surgefx-tabs-panels .content-4, #tab5:checked ~ .surgefx-tabs-panels .content-5, #tab6:checked ~ .surgefx-tabs-panels .content-6, #tab7:checked ~ .surgefx-tabs-panels .content-7 { display: block; } /* ============================================ MOBILE: ACCORDION ============================================ */ .surgefx-accordion { display: none; } .surgefx-accordion details { background: transparent; border: none; border-radius: 10px; margin-bottom: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .surgefx-accordion summary { padding: 16px 20px; font-weight: 700; font-size: 1em; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%); color: #ffffff; border-bottom: 1px solid transparent; transition: all 0.25s ease; } .surgefx-accordion summary::-webkit-details-marker { display: none; } .surgefx-accordion summary::after { content: "+"; font-size: 1.4em; color: #00d1b2; font-weight: 400; } .surgefx-accordion details[open] summary::after { content: "−"; } .surgefx-accordion details[open] summary { background: linear-gradient(180deg, #1a1a1a 0%, #252525 100%); border-bottom: 3px solid #00d1b2; } .surgefx-accordion summary:hover { background: linear-gradient(180deg, #252525 0%, #333333 100%); } .surgefx-accordion .accordion-content { padding: 24px; line-height: 1.7; background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 10px 10px; } /* ============================================ RESPONSIVE BREAKPOINT ============================================ */ @media (max-width: 768px) { .surgefx-tabs { display: none; } .surgefx-accordion { display: block; } } Foldable. Portable. Unforgettable. The Canvas is a professional-grade foldable LED video poster board that transforms any space into a dynamic visual experience. With its P2.5 pixel pitch and 800 nit brightness, it delivers crisp, vibrant content that captures attention in retail environments, trade shows, lobbies, and event spaces. The revolutionary foldable die-cast aluminum cabinet cuts your storage footprint in half and dramatically reduces shipping costs — without sacrificing the rigid, premium build quality that professional installations demand. 🎯 Perfect For ✨ Features 📋 Specs 📦 Included 🔗 Pairs With ❓ FAQ 💡 Tips Retail Stores & Showrooms — Eye-catching product displays and promotional content Trade Shows & Exhibitions — Portable, professional booth displays that pack down small Corporate Lobbies & Offices — Dynamic welcome screens and branded messaging Hotels & Hospitality — Event schedules, wayfinding, and promotional content Restaurants & Bars — Digital menus and entertainment displays Churches & Worship Spaces — Song lyrics, announcements, and sermon support Event Production & Rental Companies — Versatile portable signage for any venue Mobile DJs & Entertainers — Branded backdrops and visual effects Foldable Advantage: The Canvas folds to half its size for transport and storage — dramatically reducing shipping costs and storage space while maintaining a rigid, professional-grade display when deployed. Feature What It Means For You P2.5 Pixel Pitch Sharp, detailed image quality for close-viewing indoor environments 800 nit Brightness Vibrant, visible content even in well-lit indoor spaces Foldable Cabinet Design Folds in half — reduces storage space and shipping costs Die-Cast Aluminum Construction High-strength, pressure-resistant, won't deform over time 160,000 dots/m² Density Rich color reproduction and smooth gradients Portrait Orientation Tall 25" × 75.5" format ideal for poster-style content User-Friendly Content Management Easy scheduling and updating of video content Display Performance Pixel Pitch P2.5 (2.5mm) LED Configuration SMD1515 / SMD2020 Pixel Density 160,000 dots/m² Brightness 800 cd/m² (nits) Application Indoor Physical Dimensions Cabinet Size (Unfolded) 25.2" × 75.6" (640 × 1920 mm) Cabinet Size (Folded) 25.2" × 37.8" (640 × 960 mm) Module Size 12.6" × 6.3" (320 × 160 mm) Cabinet Weight 108 lbs (49 kg) Cabinet Material Die-cast aluminum Resolution Cabinet Resolution 256 × 768 pixels Module Resolution 128 × 64 pixels In The Box 1x The Canvas LED Video Poster Board (foldable cabinet) 1x Power Cable 1x Signal Cable 1x Instruction Manual What You'll Need Media Player or Controller — To send video content to the display Power Source — Standard AC outlet Content — Video files, images, or live feed in portrait orientation (256 × 768 native resolution) Mounting Solution — Floor stand, wall mount, or truss hanging hardware (varies by installation) Content Tip: For best results, create content at the native 256 × 768 pixel resolution or scale proportionally. Portrait-oriented video content will display seamlessly without letterboxing. Media Players & Controllers Feed content to The Canvas with: Dedicated LED media players Laptop or PC with video output Network-connected media servers for remote content management Cloud-based digital signage platforms Stack the Effects Enhance your visual environment with other SurgeFX products: Cold Spark Machines — Frame your display with spark effects Fog Machines — Add atmospheric depth to your space Stage Lighting — Coordinate lighting with video content How does the folding mechanism work? The Canvas features a hinged die-cast aluminum cabinet that folds in half along its length. When folded, the display is approximately 25" × 38" — half the deployed height. The folding mechanism is robust and designed for repeated use without affecting display quality. Is this suitable for outdoor use? No. The Canvas P2.5 is an indoor display rated for climate-controlled environments. For outdoor applications, contact us about outdoor-rated LED poster options. What content format should I use? The native resolution is 256 × 768 pixels (portrait orientation). Most video formats are supported through your media player. For best results, create or export content at this exact resolution to avoid scaling artifacts. How bright is 800 nits? 800 nits is well-suited for indoor environments including brightly-lit retail spaces, lobbies, and trade show floors. It's significantly brighter than a typical TV or monitor, ensuring your content stands out. What's the viewing distance? With P2.5 pixel pitch, the optimal viewing distance starts at approximately 8 feet (2.5 meters). Closer viewing is possible but individual pixels may become visible. For very close viewing applications, consider a finer pixel pitch display. How heavy is it? The Canvas weighs 108 lbs (49 kg). While substantial, the foldable design makes it more manageable for transport. Plan for two people or a cart when moving the unit. What's included for mounting? Mounting hardware varies by installation type. The Canvas can be floor-standing, wall-mounted, or hung from truss. Contact us for mounting solutions specific to your application. Content Creation Design content specifically for the 256 × 768 portrait format. Vertical video, tall graphics, and portrait-oriented social media content work naturally. Avoid simply rotating horizontal content — create purpose-built visuals for maximum impact. Brightness Adjustment The 800 nit brightness is ideal for most indoor environments. In darker spaces (bars, theaters, worship spaces), consider reducing brightness for viewer comfort and to extend LED lifespan. Transport & Storage Always fold The Canvas for transport. The folded position protects the LED modules and reduces the risk of damage. Store in a climate-controlled environment away from moisture and extreme temperatures. Viewing Distance Planning P2.5 pixel pitch means optimal viewing starts around 8 feet. Position The Canvas where your audience will naturally view from this distance or farther. For closer viewing applications, consider tighter pixel pitch options. Content Scheduling Use your media player's scheduling features to rotate content throughout the day. Morning promotions, afternoon entertainment, evening ambiance — dynamic scheduling keeps your display fresh and engaging. Maintenance LEDs are low-maintenance, but periodically check connections and clean the display surface with a soft, dry cloth. Avoid liquids or abrasive cleaners. The die-cast aluminum cabinet is durable but should be protected from impacts during transport. 🎯 Perfect For Retail Stores — Product displays and promotions Trade Shows — Portable booth displays Corporate Lobbies — Welcome screens and branding Hotels & Hospitality — Event info and wayfinding Restaurants & Bars — Digital menus and entertainment Churches — Lyrics and announcements Event Production — Versatile portable signage Mobile DJs — Branded backdrops Foldable Advantage: Folds to half size for transport — reduces shipping costs and storage space. ✨ Features Feature Benefit P2.5 Pixel Pitch Sharp indoor image quality 800 nit Brightness Vibrant in lit spaces Foldable Design Half-size for transport Die-Cast Aluminum Durable, won't deform Portrait Format 25" × 75.5" poster style 📋 Specs Display Pixel Pitch P2.5 (2.5mm) Brightness 800 cd/m² Pixel Density 160,000 dots/m² Resolution 256 × 768 pixels Physical Size (Open) 25.2" × 75.6" Size (Folded) 25.2" × 37.8" Weight 108 lbs (49 kg) Application Indoor only 📦 What's Included In The Box 1x Canvas LED Poster Board 1x Power Cable 1x Signal Cable 1x Instruction Manual What You'll Need Media player or controller Power source Portrait video content Mounting solution 🔗 Pairs With Media Players Dedicated LED media players Laptop/PC with video output Network media servers Cloud signage platforms Stack With Cold Spark Machines Fog Machines Stage Lighting ❓ FAQ Outdoor use? No — indoor only. Contact us for outdoor-rated options. Content format? 256 × 768 pixels (portrait). Most video formats supported via media player. Viewing distance? Optimal viewing starts at ~8 feet (2.5m). How heavy? 108 lbs (49 kg). Plan for two people or a cart. 💡 Pro Tips Content Design for 256 × 768 portrait format. Don't just rotate horizontal content — create purpose-built visuals. Transport Always fold for transport. Store in climate-controlled environment. Viewing Distance Position where audience views from 8+ feet for best image quality. Maintenance Clean with soft, dry cloth. Avoid liquids. Check connections periodically. The Canvas — Foldable LED poster board for dynamic visual experiences.
More you might like
Related
The Canvas - LED Video Poster Board
Related
The Video Game Princess: Custom Pet Canvas
Related
Warner Home Video The Ledge
Related