I have an image with 1920X140px size. The width is so big that in browser I always see the images left part only and the browser shows horizontal scroll bar. How to make browser to show the center of the image and without scroll bar. (The rest part let stay for showing while it is zoomed out)
Share
You can assign it as a background image of an element (including the
<body>tag) and give it a background-position of center:css: