Okay basically, i want to make my banner responsive. so just changing the window size and the image doesn't resize, however it doesn't allow yout to scrol.
Before resize:
After resize:
And this is what i dont want to happen on window resize:
Okay basically, i want to make my banner responsive. so just changing the window size and the image doesn't resize, however it doesn't allow yout to scrol.
Before resize:
After resize:
And this is what i dont want to happen on window resize:
Set the banner image as a background and give it the following CSS:
background-size: cover;