I\'m trying to show a picture as the background of my website so I\'m using the following code
HTML:
You can use max-width
max-width
#bg { width: 100%; height: 75%; position: absolute; z-index: -5000; max-width: 2000px; /* use this to limit the maximum width */ }