EasyImg Is a jQuery Plugin created to add Inline Background Images Easily
- Jquery
<div data-img="bg.jpg"> </div>$.easyImg();$.easyImg({
baseFolder: './images/' // Default
selector: 'data-img' // Default
}); background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;