css - scaling background and min size -


Hello, I have images with bigger backgrounds up to 1200 to 1200, what I would like to do is expand the images when the size of the user browser Varies, but force them so that they can never increase any small scale compared to the original size.

There are many scalable BG images but no one can get me this, any help would be appreciated.

Here's exactly what you're looking for:

  Background -Size: cover;  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -