Jump to content

Recommended Posts

Posted

Hello everyone!

I'm trying to resize SVG image using size() function. However, the image appears to be unchanged. I'm using FileValidatorSvgSanitizer module for sanitization of SVGs. What should I do for resizing SVG image if I want to resize them programmatically?

Posted

May I ask you why are you trying to resize svg?
Svg are scalable by nature, so my personal approach you be to size them via css or html attributes on the svg tag itself.

  • Like 4
  • Thanks 1
Posted

The reason why I was trying to resize SVG is that I need to make repeated set of images sizes of which are independent of sizes which user loads into the field.

Anyways, adding width and height attributes resolved my problem. Thank you for the advice!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...