I am creating an ‘infinite’ photo gallery. Basically a grid of images in various orientations that extends in all directions. I am creating empty rectangles to make the grid shape and then have other people paste their images into each rectangle. The problem I am having is a lot of the rectangles were rotated so when the image is pasted into it, the image is also rotated.
Is there a way to make all the rectangles ‘forget’ how they have been rotated and just work as a regular container for the images?
thanks