Back to Svgo

removeViewBox

docs/04-plugins/removeViewBox.mdx

4.0.1376 B
Original Source

Removes the viewBox attribute where it matches the documents width and height.

:::danger

This plugin prevents SVGs from scaling, so they will not fill their parent container, or may clip if the container is too small.

See svg/svgo#1128 for more context.

:::