Hello,
I want to display an image of 1920x1170 pixel / 183KB as a background image, here is my code
.bground{
height:auto;
left:0;
position:fixed;
top:0;
width:100%;
}
<div class="bground" style="left:0px;">
<img src="Untitled-2.jpg" />
</div>
It displays the image alright, but the problem is that I can see only half the image, not full. And when I right click, the menu says save image as, copy image, copy image url. I expect reload page...etc....
How do I correct it.
Thanks Jean