set maintainAspectRatio true for Spark Image
To use maintainAspectRatio true in your Spark Image, use the fillMode=”scale” and scaleMode=”letterbox”
<s:Image id=”img” smooth=”true” fillMode=”scale” scaleMode=”letterbox” />
due to : spark.primitives.BitmapImage
private function get maintainAspectRatio():Boolean{
return (_scaleMode == BitmapScaleMode.LETTERBOX && _fillMode == BitmapFillMode.SCALE);}
Advertisement

No trackbacks yet.