Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 520 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 520 Bytes

EasyImg

EasyImg Is a jQuery Plugin created to add Inline Background Images Easily

Requirements

  • Jquery

Usage

<div data-img="bg.jpg"> </div>

Js

$.easyImg();

Default options Applied

$.easyImg({
  baseFolder: './images/'  // Default
  selector: 'data-img'  // Default
});

Default Styles Applied

  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;

More Options coming soon.

Thank you.