the hero image is too small — make it full-width edge-to-edge

Base site
Category
layout
Tools called
3
Duration
31.3s
HTML diff
Changed
Example ID
C-115

What changed: hero

Before
Before — hero
After
After — hero
View full page before/after
Full page · Before
Before (full page)
Full page · After
After (full page)

Agent's response

I’ve updated the hero section so the background image now stretches to fill the full width and height of the viewport (edge‑to‑edge). The draft is ready for your review.

Tool calls

list_sections step 1
{
  "page": "index.html"
}
read_section step 2
{
  "page": "index.html",
  "section": "hero"
}
set_section_styles step 3
{
  "page": "index.html",
  "section": "hero",
  "css": "img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}"
}