Make a map wider: d3

I want to make a map wider. I tried this

let projection = d3.geoAlbersUsa().translate([w/2, h/2]).scale([w, h/2]);
...
...

But it didn’t work