Autofit in window

So, what do you want? Be specific. I’m not going back to the top to find out.

dont get angry genius…

i just want same like this… it just needs to be fit to size on minimize…

http://www.buddiescolumn.co.in/bgg.php

Again, that’s kind of vague. Your previous link does what I think you are asking for. Please don’t force us to guess what you want. You are lucky enough to be getting free help. Don’t waste the opportunity! (I’m not angry, just trying to jog you along. :stuck_out_tongue: )

i mean the same but may be not able to explain it properly… Sorry

I think you need background cover!!!

html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

We talked about that above, but it appears to mean that the op will need to have an empty element to hold it … but one that still needs to be responsive in height and width. In that case, the container would need something like percentage top or bottom padding to keep it open … which is getting a bit messy and not really worth it when you can just stick the image on the page and get the same result without all that code.

I think there isnt any solution for my query… :frowning:

If I knew what you want then we might be able to. I’m with Ralph when I say we don’t know exactly what you want. I thought we had given you what you want already but apparently not :frowning:.