Skip to content

mikekubn/next-removeViewBox-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove view box in Next.js

How resize .svg in next?

  • Next has default value set on removeViewBox: true, so you can not resize svg in Next. This is example how you can change value removeViewBox to false.

  • More info: next.config.js

...
overrides: { removeViewBox: false }
...

Getting Started

First run:

npm run dev

About

How resize svg in next

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published