You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to use this webpack module to resize images using a defined height.
Though all of these images don't have the same width and I'd like to keep the original aspect ratio.
I searched in the docs if that was possible but it seems not.
Giving a single property to the resize object (for example, width), errors out saying that the other one is undefined.
Maybe I am mistaken but if that's not the case, could it be possible to integrate an option like this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use this webpack module to resize images using a defined height.
Though all of these images don't have the same width and I'd like to keep the original aspect ratio.
I searched in the docs if that was possible but it seems not.
Giving a single property to the
resize
object (for example,width
), errors out saying that the other one is undefined.Maybe I am mistaken but if that's not the case, could it be possible to integrate an option like this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: