 otosh Registered User |
Quote
|
| 2026-01-23 23:31:04 |
|
I have a page I'm setting up that has a series of images and videos in specific spots. I'm trying to lock the way the whole page looks in those exact spots regardless if it is resized.
Right now, if I make the window browser smaller, some of the images shrink upward or change position entirely. How can I get the whole page to resize and everything keep its exact position?
*edit - It seems to be related to how containers are set up. Why do some containers resize vertically when shrinking the browser. Others do not. I can't see what I'm doing different withe the ones that will resize vs the ones that dont.
|
 erik Registered User |
Quote
|
| 2026-01-24 09:06:41 |
|
Maybe post an image or a link to where this happens, difficult to say without seeing it. You probably have some containers set to be some relative size (like 50% or 80% or similar) and some set to an absolute size (like 200 or 500 or similar).
|