Image aspect ratio fitter
Fit an image into a new aspect ratio without cropping, using colored padding. Download a PNG.
Turn column, row and gap values into a live grid preview and ready-to-use CSS.
Runs in your browser
Turn column, row and gap values into a live grid preview and ready-to-use CSS.
Runs in your browser
Inputs are processed on this page and are never sent to a server.
Build an equal-column CSS Grid; copy the code and adapt it to your page.
Columns · Rows · Gap
Turn column, row and gap values into a live grid preview and ready-to-use CSS.
display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(80px, auto)); gap: 16px;
Build an equal-column CSS Grid; copy the code and adapt it to your page.
display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(80px, auto)); gap: 16px;
Build an equal-column CSS Grid; copy the code and adapt it to your page.
Calculations run on your device. Form inputs are not sent to a server.