Image resizes on it's own

Hello,
I have an issue with the background image that resizes on its own. When I try to lower the screen width, the image shrinks and goes up until it totally disappears. Here are the code and screenshots

#wimageee{
    width:100%;
    display: none;
    height: 90px;
    background-image:url(https://images.pexels.com/photos/2558605/pexels-photo-2558605.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

Screenshot_14

You have that image as a background image, you probably don’t want to have that image as a background since you made this post asking it.

You’re description sounded interesting. I tried your css but can’t replicate it. The proper display is nothing at all. display: none; Which is what happens in codepen and Chrome for Mac OS X. It would be helpful if you include the html and browser and OS.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.