null Skip to main content

Alumigraphics SMOOTH Gloss - 54" x 30 ft

$397.95
Financing Options:
As shown in this photo, Alumigraphics® aluminum-based substrate allows the graphic to naturally conform to the textured surface of this brick wall. Installers simply use rollers and fingers to work the material between the brick. For large graphics, Alumigraphics® SMOOTH gloss can be overlapped or butted up against each other. The specially-formulated adhesive keeps the graphic in place until you're ready to take it down. As with all Alumigraphics® decals, graphics can be removed with little to no residue. Both install and removal is a snap!

The benefits don't stop there! Alumigraphics® SMOOTH Gloss requires no over-laminate...making Alumigraphics® even better value.


  • Semi-Gloss Wall Graphic Film
  • Light pole bases
  • Parking Garage Columns
  • Brick, Stucco & Cement Walls
  • Parking Spaces & Curbs
  • Factory & Warehouse Walls
  • Stairs, Aisles & Rows

// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those