How to resize SVG image?

How do we resize an SVG image?

Hold on, let me…

Google

…that for you. :wink:

coothead

I found tutorials that explain how to resize SVG using CSS or HTML and the tutorial from CSS-Tricks seems to be a bit complex.

I use Boxy SVG editor to edit SVG images and it’s not easy to resize and image to 1500x500

Am wondering if there is a simpler way to resize.

All methods are complex until you master them. :wonky:

So practise, practise, practise then practise some more. :winky:

Before you know it, the job that once seemed to be almost
insurmountable has now become just another routine task. :sunglasses:

You may even experience a self satisfactory warm inner glow .

coothead

Try enclosing the Svg inside a Div and the Svg will fill the container if the correct parameters are selected

From memory width and height should not be passed in the Svg statement.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.