Lessons tagged: resize
-
Updated on: Dec 22, 2010
How to manage and position objects when a stack is resized
When you are the only person using your stacks, their layout and size often does not matter much. But as soon as you distribute them, be it as full blown application, or just as quick fun thingy for a friend, you will need to manage object positions and sizes for any stack size the user choose...
-
Updated on: May 29, 2010
How to proportionally resize an image
When the width of height of an image object is changed, the image is scaled to fill the new size of the object. If the changes to the width and height of an image are not in proportion this can lead to the image looking stretched and distorted. In this lesson I will show how images can be re...
