renartbrazil
Technical User
this is similar as my last post, which was answered. what if i have several images, different dimensions. how to create a smaller image (which i will be using in a gallery) to keep its dimensions or ratio? below is a way for images that are always the same size.
onClipEvent (data) {
this._width = 142;
this._height = 142;
}
onClipEvent (data) {
this._width = 142;
this._height = 142;
}