See how the logo and nav float within the video and yet are fixed at the top of the page?
So far, I’m only able to have them float in the middle, v-center.
?
See how the logo and nav float within the video and yet are fixed at the top of the page?
So far, I’m only able to have them float in the middle, v-center.
?
To create a “bloc” in Blocs (referring to the concept of a section or container on a webpage), you’ll primarily use the built-in features of Blocs to structure your content. There isn’t a specific “bloc” object, but you can achieve the desired layout and functionality using rows, columns, and other available components.
Place a custom hero bloc with nav and arrange the logo and links as you desire, then you can tweak hoy they look when scrolling with styles and replace the logo with a custom script that changing the image as you scroll.
Without experimenting to be sure best method, but just thinking out loud, I would have thought have a sticky nav bar, with normal state having a transparent background and sticky having a colour fill background, Then use a class to position it Absolute position within a parent Div container so it is over the top of the video background bloc with the nav bar having a z-index of something such as 10000 so it is always above everything else. It can be done, I would start with something like that, might need tinkering with to get right.