I have a div with some images inside of it. The images are all draggable. The main-div is also draggable and resizeable.
I want to move the images around there I want. Then i want to resize the main-div an the images inside should scale in aspect-ratio 1.
I am able to resize the main-div within aspect-ratio: true, so it works fine, but the images inside are resized with the size of the parent. If I make the parent-element 600px and the child-image 50px and after this I resize the parent-element by -100px the child-image disappears.
The position of the child-element also jumps around.
I plan to do some complex tool, but the jquery UI seems to be a little to buggy :) Any one Ideas if this is possible?
I need resizeable and draggable images inside a div. The div should have the same abilitys and then the div scales, his whole things should scale (like a zoom-function). Also the positions of all elements should not move.
This should be a zoom-function.