-
Is there a way to stretch images unproportionally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can try changing |
Beta Was this translation helpful? Give feedback.
-
Is there a way to stretch images unproportionally? |
Beta Was this translation helpful? Give feedback.
-
You can try changing |
Beta Was this translation helpful? Give feedback.
You can try changing
s.ObjectFit
to something such asstyles.FitFill
. You can also modifys.Min
in conjunction with that to override the default size. If that doesn't work for your use case, please let me know.