I finally found a simple solution. By default, when we drag the element from the Symbol Factory to our view, the “preserveAspectRatio” property is set to “xMidYMid”, which prevents the image length from being changed independently. When setting this property to “none”, it is possible to resize the image as we want.
1 Like