In this forum i read that i need to use JQ to resize background-image. but i don't know JQ and want to resize background-image by css3. Can i do it? If possible show me the right direction, please.
I have two background images. One - texture with repeat (i don't want to scale it), And another one - below - whole picture (this one i don't want to repeat and want to resize when site change resolution (for ex on small screens).
body {
padding-top: 60px;
padding-bottom: 40px;
background-color:#ededed;
background-image:url('http://b.pusku.com/wp-content/uploads/2012/11/textura5.png'), url('http://b.pusku.com/wp-content/uploads/2012/11/fone1.jpg');
}
<img class="classname" >and in your css, put.classname { /* styles for the image here */ }