Also does anyone know how to make position:absolute or any elements positioned on cordanates not move with browser window? trying to make the collage frame "stick" to the main frame instead of pulling apart.
cool update! the problem could be that those elements are absolute positioned relative to the viewport. a solution could be to put those elements in a div that is position:relative and has a set width/height. otherwise, maybe this will help: https://dokode.moe/blogs/browser-size-trick
cool update! the problem could be that those elements are absolute positioned relative to the viewport. a solution could be to put those elements in a div that is position:relative and has a set width/height. otherwise, maybe this will help: https://dokode.moe/blogs/browser-size-trick