How does uniqlo maintain video placement on their site while vertically resizing?
Here you can see me changing the vertical size of the page: https://gyazo.com/57e63ca1ac808820695281a4071910a8
When the page loses vertical height, the video doesn't move in any way. It maintains the same position, the frame just gets cut off from the web page losing height. I know that the video is being set to the full width of the screen because it resizes when reducing the page width.
Just looking for what css properties allow this behavior?
Gyazo
Gyazo Screen Video
2 Replies
From your video capture that just looks like
position: fixed
Ok, thank you, Ill try it out in code.