Adding a header image before navbar-fixed-top

后端 未结 1 1101
萌比男神i
萌比男神i 2021-02-06 08:05

How do I add a header image so that it will appear on top of a navbar-fixed-top. And as the user scrolls down the navbar will stick to the top?

I have tried adding it to

1条回答
  •  长发绾君心
    2021-02-06 08:35

    JsFiddle with scrolling nav check link

    Note: Incase your image is smaller than screen size,insert this snippet inside your css

    .masthead img{
    width:100%;
     }
    

    The html should look like the following :

    content goes here

    0 讨论(0)
提交回复
热议问题