Hi,
Trying to make a really simple website, I’ve got experience with design, but not webdesign.
I want to build a home page that is exactly the size of the screen, no scrolling at all, not even a pixel, static and fixed and also no zooming possible (like the fvckrender example below).
The background is either a video loop or image.
The background element must automatically resize with the window size, and crop it on the sides/top if necessary.
Then I want a new layer above the background that is basically text with info, that is responsive with screen sizes as well.
Navbar must have transparent background and be over the background, not above it.
I have two examples of what i want here:
https://www.fvckrenderverse.com/
https://sferic.xyz/
You can see that when you shrink the screen size, the video is cropped, and text sizes shrink and there is no scrolling whatsoever.
I’ve been around this for +7 hours, mostly learning, following tutorials, reading forums, and I don’t reach any solution. I’ve tried multiple options, like placing image under Body, under a section, setting it to 100vh and vw, but then the image stretches in a weird way instead of cropping, i’ve tried the overflow options. I’ve been going back and forward with menial solutions without any luck. I’ve given up on using video because it made it even harder, so I’m first trying out with a still image.
It would be awesome if you gave me some directions! Thanks